Updated Categories

This commit is contained in:
Florian Kinder
2014-02-04 15:00:44 +01:00
parent 96bf638f28
commit f372af8547
84 changed files with 3554 additions and 0 deletions

View File

@@ -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};
};
};