Add handsaw and hammer for crafting

This commit is contained in:
AirwavesMan
2020-12-05 16:08:34 +01:00
parent 021f22bf0e
commit 247f5dc641
14 changed files with 86 additions and 80 deletions

View File

@@ -20,6 +20,8 @@ class Category_34 {
class MeleeHatchet {type = "trade_weapons";buy[] = {-1,"worth"};sell[] = {1,"worth"};};
class ItemKnife {type = "trade_weapons";buy[] = {2,"worth"};sell[] = {1,"worth"};};
class ItemToolbox {type = "trade_weapons";buy[] = {2,"worth"};sell[] = {1,"worth"};};
class Handsaw_DZE {type = "trade_weapons";buy[] = {2,"worth"};sell[] = {1,"worth"};};
class Hammer_DZE {type = "trade_weapons";buy[] = {2,"worth"};sell[] = {1,"worth"};};
class ItemCrowbar {type = "trade_weapons";buy[] = {2,"worth"};sell[] = {1,"worth"};};
class MeleeCrowbar {type = "trade_weapons";buy[] = {-1,"worth"};sell[] = {1,"worth"};};
class ItemMachete {type = "trade_weapons";buy[] = {2,"worth"};sell[] = {1,"worth"};};