Changed: Made Morphine suppress more pain

This commit is contained in:
Glowbal 2015-05-16 16:11:33 +02:00 committed by KoffeinFlummi
parent 2b1468db24
commit 82260e5090

View File

@ -804,7 +804,7 @@ class ACE_Medical_Advanced {
// specific details for the ACE_Morphine treatment action
class Morphine {
painReduce = 1;
painReduce = 12;
hrIncreaseLow[] = {-10, -30, 35};
hrIncreaseNormal[] = {-10, -50, 40};
hrIncreaseHigh[] = {-10, -40, 50};