Skip to content

Commit

Permalink
ace_medical_tweaks: make morphine's effect on HR less potent
Browse files Browse the repository at this point in the history
Signed-off-by: freghar <freghar@dummy.tld>
  • Loading branch information
freghar authored and JamesTheClarke committed Nov 6, 2022
1 parent 3c70dff commit 0a3823d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions addons/ace_medical_tweaks/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,20 @@ class ACE_Medical_Injuries {
};
};

class ace_medical_treatment {
class Medication {
class Morphine {
// lower the effect on heart rate, to avoid the need of many
// epinephrines to counter it + actually allow people to wake
// up without epinephrine use
hrIncreaseLow[] = {-1, -5};
hrIncreaseNormal[] = {-3, -8};
hrIncreaseHigh[] = {-6, -12};
timeTillMaxEffect = 10;
};
};
};

/*
* unconsciousness condition tweaks
*
Expand Down

0 comments on commit 0a3823d

Please sign in to comment.