mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Made atropine less effective
This commit is contained in:
parent
82260e5090
commit
e8d169248f
@ -824,9 +824,9 @@ class ACE_Medical_Advanced {
|
||||
};
|
||||
class Atropine {
|
||||
painReduce = 0;
|
||||
hrIncreaseLow[] = {20, 30, 15};
|
||||
hrIncreaseNormal[] = {-10, -50, 20};
|
||||
hrIncreaseHigh[] = {-10, -40, 10};
|
||||
hrIncreaseLow[] = {-5, -7, 15};
|
||||
hrIncreaseNormal[] = {-10, -30, 20};
|
||||
hrIncreaseHigh[] = {-10, -20, 10};
|
||||
timeInSystem = 120;
|
||||
maxDose = 6;
|
||||
inCompatableMedication[] = {};
|
||||
|
Loading…
Reference in New Issue
Block a user