mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Updated Categories
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
class FriendlySmokeGrenades {
|
||||
tid = 543;
|
||||
class SmokeShell {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar",1};
|
||||
sell[] = {1,"ItemSilverBar",1};
|
||||
};
|
||||
class SmokeShellGreen {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar",1};
|
||||
sell[] = {1,"ItemSilverBar",1};
|
||||
};
|
||||
class SmokeShellRed {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar",1};
|
||||
sell[] = {1,"ItemSilverBar",1};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user