add consume back to FoodPumpkin

https://epochmod.com/forum/topic/44747-cannot-eat-pumpkins-after-106/
This commit is contained in:
icomrade
2017-12-16 18:58:56 -05:00
committed by GitHub
parent edc6224bc3
commit 84a868bbda

View File

@@ -18,6 +18,11 @@ class FoodPumpkin : FoodEdible {
picture = "\z\addons\dayz_communityassets\pictures\equip_pistachios_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_pistachios_CA.paa";
class ItemActions class ItemActions
{ {
class Consume
{
text = "Consume";
script = "spawn player_consume";
};
class Crafting class Crafting
{ {
text = $STR_FOOD_NAME_PUMPKIN_CRAFT; text = $STR_FOOD_NAME_PUMPKIN_CRAFT;