mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Tweaked morphine config
This commit is contained in:
parent
45aa80bed7
commit
09f6f2284b
@ -575,11 +575,11 @@ class ADDON {
|
||||
|
||||
// specific details for the ACE_Morphine treatment action
|
||||
class Morphine {
|
||||
painReduce = 1.0;
|
||||
painReduce = 0.8;
|
||||
hrIncreaseLow[] = {-10, -20};
|
||||
hrIncreaseNormal[] = {-10, -30};
|
||||
hrIncreaseHigh[] = {-10, -35};
|
||||
timeInSystem = 900;
|
||||
timeInSystem = 1800;
|
||||
timeTillMaxEffect = 30;
|
||||
maxDose = 4;
|
||||
inCompatableMedication[] = {};
|
||||
|
Loading…
Reference in New Issue
Block a user