From f11f8a5a6c2017f719f6815dba1d338c4e3d3494 Mon Sep 17 00:00:00 2001 From: vbawol Date: Sun, 1 Oct 2017 16:20:34 -0500 Subject: [PATCH] remove karma Item Interactions --- Sources/epoch_code/init/both_init.sqf | 2 +- Sources/epoch_config/Configs/CfgItemInteractions.hpp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Sources/epoch_code/init/both_init.sqf b/Sources/epoch_code/init/both_init.sqf index 19d86537..dc68b7c9 100644 --- a/Sources/epoch_code/init/both_init.sqf +++ b/Sources/epoch_code/init/both_init.sqf @@ -62,8 +62,8 @@ EPOCH_customVarsDefaults = [ ["Crypto",0,[250000,0]], ["HitPoints",[0,0,0,0],[1,1,1,1]], ["BloodP",100,[190,0]], - ["NotUsed",0,[50000,-50000]], ["SpawnArray",[],[]], + ["NotUsed",0,[50000,-50000]], ["Alcohol",0,[100,0]], ["Radiation",0,[100,0]], ["Nuisance",0,[100,0]], diff --git a/Sources/epoch_config/Configs/CfgItemInteractions.hpp b/Sources/epoch_config/Configs/CfgItemInteractions.hpp index 52666075..45d6210a 100644 --- a/Sources/epoch_config/Configs/CfgItemInteractions.hpp +++ b/Sources/epoch_config/Configs/CfgItemInteractions.hpp @@ -12,7 +12,7 @@ interactAttributes[] = { {"Stamina",0}, {"Wet",0}, {"BloodP",0}, // only increase is allowed - {"Karma",0}, + {"NotUsed",0}, {"Alcohol",0}, {"Radiation",0} }; @@ -259,7 +259,7 @@ class CfgItemInteractions { interactAction = 1; interactText = "EAT"; - interactAttributes[] = {{"Hunger",300},{"Soiled",1},{"Toxicity",10,1},{"Radiation",2,1}}; + interactAttributes[] = {{"Hunger",300},{"Soiled",1},{"Toxicity",10,1}}; }; class SnakeMeat_EPOCH : Default { @@ -301,13 +301,13 @@ class CfgItemInteractions { interactAction = 1; interactText = "EAT"; - interactAttributes[] = {{"Hunger",500},{"Soiled",1},{"Toxicity",15,1},{"Karma",-10}}; + interactAttributes[] = {{"Hunger",500},{"Soiled",1},{"Toxicity",15,1}}; }; class CookedDog_EPOCH : Default { interactAction = 1; interactText = "EAT"; - interactAttributes[] = {{"Hunger",3000},{"Karma",-10}}; + interactAttributes[] = {{"Hunger",3000}}; }; class CookedGoat_EPOCH : Default {