mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-19 10:02:02 +03:00
Remove canteen for now
Canteens were removed from cfgMagazines temporarily
This commit is contained in:
@@ -94,11 +94,6 @@ class Category_601 {
|
|||||||
buy[] = {2,"ItemGoldBar"};
|
buy[] = {2,"ItemGoldBar"};
|
||||||
sell[] = {1,"ItemGoldBar"};
|
sell[] = {1,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class ItemCanteenEmpty {
|
|
||||||
type = "trade_items";
|
|
||||||
buy[] = {3,"ItemSilverBar"};
|
|
||||||
sell[] = {1,"ItemSilverBar"};
|
|
||||||
};
|
|
||||||
class ItemWaterbottleUnfilled {
|
class ItemWaterbottleUnfilled {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {3,"ItemSilverBar"};
|
buy[] = {3,"ItemSilverBar"};
|
||||||
|
|||||||
Reference in New Issue
Block a user