Update CfgItemInteractions.hpp

Fixes
This commit is contained in:
Grahame 2018-08-11 13:15:46 -04:00 committed by GitHub
parent 45c3e602a0
commit 163af2f65a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,43 +46,12 @@ class CfgItemInteractions
{
interactAction = 0;
};
class ItemMobilePhone_old : Default
{
interactAction = 18;
interactText = "CALL BANKER";
};
class ItemMobilePhone_smart : Default
{
interactAction = 18;
interactText = "CALL BANKER";
};
class ItemPortableLongRangeRadio : Default
{
interactAction = 18;
interactText = "CALL BANKER";
};
class ItemSatellitePhone : Default
{
interactAction = 18;
interactText = "CALL BANKER";
};
class ItemSurvivalRadio : Default
{
interactAction = 18;
interactText = "CALL BANKER";
};
class Food_base : Default
{
interactAction = 1;
interactText = "EAT";
interactAttributes[] = {{"Hunger",600}};
};
class Food_TinCan_Tool_base : Food_base
{
interactAction = 19;
interactReturnOnUse = "ItemEmptyTin";
};
class Food_TinCan_base : Food_base
{
interactReturnOnUse = "ItemEmptyTin";
@ -129,23 +98,23 @@ class CfgItemInteractions
{
interactAttributes[] = {{"Hunger",1000},{"Toxicity",7,1},{"Radiation",2,1}};
};
class meatballs_epoch : Food_TinCan_Tool_base
class meatballs_epoch : Food_TinCan_base
{
interactAttributes[] = {{"Hunger",1200},{"Radiation",2,1}};
};
class scam_epoch : Food_TinCan_Tool_base
class scam_epoch : Food_TinCan_base
{
interactAttributes[] = {{"Hunger",1000},{"Radiation",2,1}};
};
class sweetcorn_epoch : Food_TinCan_Tool_base
class sweetcorn_epoch : Food_TinCan_base
{
interactAttributes[] = {{"Hunger",600},{"Radiation",2,1}};
};
class FoodBioMeat : Food_TinCan_Tool_base
class FoodBioMeat : Food_TinCan_base
{
interactAttributes[] = {{"Hunger",1000},{"Toxicity",7},{"Radiation",2,1}};
};
class TacticalBacon : Food_TinCan_Tool_base
class TacticalBacon : Food_TinCan_base
{
interactAttributes[] = {{"Hunger",500},{"Radiation",2,1}};
};
@ -1108,6 +1077,7 @@ class CfgItemInteractions
{
buildClass = "PlyThirdWall_EPOCH";
};
#include "EB4E_ItemInteractions.hpp"
#include "EB4E_ItemInteractions.hpp"
};
/*[[[end]]]*/