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:
@ -1366,7 +1366,7 @@ class ACE_Medical_Advanced {
|
|||||||
timeInSystem = 900;
|
timeInSystem = 900;
|
||||||
maxDose = 4;
|
maxDose = 4;
|
||||||
inCompatableMedication[] = {};
|
inCompatableMedication[] = {};
|
||||||
viscosityChange = 10;
|
viscosityChange = -10;
|
||||||
};
|
};
|
||||||
class Epinephrine {
|
class Epinephrine {
|
||||||
painReduce = 0;
|
painReduce = 0;
|
||||||
|
Reference in New Issue
Block a user