diff --git a/addons/pharma/ACE_Medical_Treatment.hpp b/addons/pharma/ACE_Medical_Treatment.hpp index d34f94e7a..73f3a6a6b 100644 --- a/addons/pharma/ACE_Medical_Treatment.hpp +++ b/addons/pharma/ACE_Medical_Treatment.hpp @@ -205,6 +205,18 @@ class ACE_ADDON(Medical_Treatment) { onOverDose = ""; maxRelief = 0.5; }; + class PainKillers { + painReduce = 0.35; + hrIncreaseLow[] = {-5, -10}; + hrIncreaseNormal[] = {-5, -15}; + hrIncreaseHigh[] = {-5, -17}; + timeInSystem = 420; + timeTillMaxEffect = 60; + maxDose = 5; + incompatibleMedication[] = {}; + onOverDose = ""; + maxRelief = 0.5; + }; class Atropine { painReduce = 0; hrIncreaseLow[] = {20, 40};