mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
add consume back to FoodPumpkin
https://epochmod.com/forum/topic/44747-cannot-eat-pumpkins-after-106/
This commit is contained in:
@@ -18,6 +18,11 @@ class FoodPumpkin : FoodEdible {
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_pistachios_CA.paa";
|
||||
class ItemActions
|
||||
{
|
||||
class Consume
|
||||
{
|
||||
text = "Consume";
|
||||
script = "spawn player_consume";
|
||||
};
|
||||
class Crafting
|
||||
{
|
||||
text = $STR_FOOD_NAME_PUMPKIN_CRAFT;
|
||||
@@ -38,4 +43,4 @@ class FoodSunFlowerSeed : FoodEdible {
|
||||
weight = 0.1;
|
||||
model = "z\addons\dayz_communityassets\models\pistachio.p3d"; // TODO: model + icon
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_pistachios_CA.paa";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user