mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
19 lines
398 B
C++
19 lines
398 B
C++
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};
|
|
};
|
|
};
|