mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix morphine increasing viscosity
Morphine should decrease viscosity instead of increase. Closes #3579
This commit is contained in:
parent
7067292a0e
commit
61f1959109
@ -1366,7 +1366,7 @@ class ACE_Medical_Advanced {
|
||||
timeInSystem = 900;
|
||||
maxDose = 4;
|
||||
inCompatableMedication[] = {};
|
||||
viscosityChange = 10;
|
||||
viscosityChange = -10;
|
||||
};
|
||||
class Epinephrine {
|
||||
painReduce = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user