Revert "Allow blunt knife for item actions"

This reverts commit 59a0548f5d.
This commit is contained in:
ebaydayz
2016-11-07 17:37:46 -05:00
parent 261dc4b373
commit ba43900036
6 changed files with 23 additions and 23 deletions

View File

@@ -23,7 +23,7 @@ class FoodPumpkin : FoodEdible {
text = $STR_FOOD_NAME_PUMPKIN_CRAFT;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {""};
requiretools[] = {"ItemKnife","ItemKnife5","ItemKnife4","ItemKnife3","ItemKnife2","ItemKnife1","ItemKnifeBlunt"};
requiretools[] = {"ItemKnife"};
output[] = {{"ItemPumpkinSeed",5}};
input[] = {{"FoodPumpkin",1}};
};