mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update CfgItemInteractions.hpp
Added the eating of pumpkin and sunflower seeds with a small boost to hunger and some health benefits
This commit is contained in:
parent
90f7b5c0a3
commit
8579db0b1f
@ -907,8 +907,12 @@ class CfgItemInteractions
|
||||
class SeedPacket_GoldenSeal : Default {};
|
||||
class SeedPacket_Hemp : Default {};
|
||||
class SeedPacket_Poppy : Default {};
|
||||
class SeedPacket_Pumpkin : Default {};
|
||||
class SeedPacket_Sunflower : Default {};
|
||||
class SeedPacket_Pumpkin : Default {
|
||||
interactActions[] = {{"EAT","[1,[['Immunity',1],['Toxicity',-1],['Stamina',15],['Hunger',100]],'ItemSeedBag'] call EPOCH_consumeItem;"}};
|
||||
};
|
||||
class SeedPacket_Sunflower : Default {
|
||||
interactActions[] = {{"EAT","[1,[['Immunity',1],['Toxicity',-2],['Stamina',30],['Hunger',100]],'ItemSeedBag'] call EPOCH_consumeItem;"}};
|
||||
};
|
||||
class ItemBakedBeans : Food_TinCan_base
|
||||
{
|
||||
interactAttributes[] = {{"Hunger",800},{"Radiation",2,1}};
|
||||
|
Loading…
Reference in New Issue
Block a user