mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Changed: morphine works 15 minutes
This commit is contained in:
@ -804,11 +804,11 @@ class ACE_Medical_Advanced {
|
|||||||
|
|
||||||
// specific details for the ACE_Morphine treatment action
|
// specific details for the ACE_Morphine treatment action
|
||||||
class Morphine {
|
class Morphine {
|
||||||
painReduce = 12;
|
painReduce = 15;
|
||||||
hrIncreaseLow[] = {-10, -30, 35};
|
hrIncreaseLow[] = {-10, -30, 35};
|
||||||
hrIncreaseNormal[] = {-10, -50, 40};
|
hrIncreaseNormal[] = {-10, -50, 40};
|
||||||
hrIncreaseHigh[] = {-10, -40, 50};
|
hrIncreaseHigh[] = {-10, -40, 50};
|
||||||
timeInSystem = 500;
|
timeInSystem = 900;
|
||||||
maxDose = 4;
|
maxDose = 4;
|
||||||
inCompatableMedication[] = {};
|
inCompatableMedication[] = {};
|
||||||
viscosityChange = 10;
|
viscosityChange = 10;
|
||||||
|
Reference in New Issue
Block a user