mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 10:41:50 +03:00
Revert "Allow blunt knife for item actions"
This reverts commit 59a0548f5d.
This commit is contained in:
@@ -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}};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user