mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Increase heart rate increase speed #3134
This commit is contained in:
parent
86158ac45b
commit
34613b42f2
@ -1212,9 +1212,9 @@ class ACE_Medical_Advanced {
|
||||
};
|
||||
class Epinephrine {
|
||||
painReduce = 0;
|
||||
hrIncreaseLow[] = {10, 20, 30};
|
||||
hrIncreaseNormal[] = {10, 50, 20};
|
||||
hrIncreaseHigh[] = {10, 40, 10};
|
||||
hrIncreaseLow[] = {10, 20, 15};
|
||||
hrIncreaseNormal[] = {10, 50, 10};
|
||||
hrIncreaseHigh[] = {10, 40, 5};
|
||||
timeInSystem = 120;
|
||||
maxDose = 10;
|
||||
inCompatableMedication[] = {};
|
||||
|
Loading…
Reference in New Issue
Block a user