Changed: morphine works 15 minutes

This commit is contained in:
Glowbal 2015-05-16 16:27:14 +02:00 committed by KoffeinFlummi
parent e8d169248f
commit 0a2679846c

View File

@ -804,11 +804,11 @@ class ACE_Medical_Advanced {
// specific details for the ACE_Morphine treatment action
class Morphine {
painReduce = 12;
painReduce = 15;
hrIncreaseLow[] = {-10, -30, 35};
hrIncreaseNormal[] = {-10, -50, 40};
hrIncreaseHigh[] = {-10, -40, 50};
timeInSystem = 500;
timeInSystem = 900;
maxDose = 4;
inCompatableMedication[] = {};
viscosityChange = 10;