mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix initial value of bloodVolume
This commit is contained in:
parent
fe0eac7896
commit
4ec19429ae
@ -19,4 +19,4 @@ _unit = _this select 0;
|
||||
|
||||
_unit setVariable [QGVAR(pain), 0, true];
|
||||
_unit setVariable [QGVAR(morphine), 0, true];
|
||||
_unit setVariable [QGVAR(bloodVolume), 1, true];
|
||||
_unit setVariable [QGVAR(bloodVolume), 100, true];
|
||||
|
Loading…
Reference in New Issue
Block a user