Increase heart rate increase speed #3134

This commit is contained in:
Glowbal 2016-01-20 11:49:10 +01:00
parent 86158ac45b
commit 34613b42f2

View File

@ -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[] = {};