mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixed #201
This commit is contained in:
parent
1da67d7b48
commit
b5c6e52416
@ -70,5 +70,5 @@ if (_amountOfDamage > 0.05) then {
|
|||||||
_fractureID = (_fractures select (_amountOf - 1) select 0) + 1;
|
_fractureID = (_fractures select (_amountOf - 1) select 0) + 1;
|
||||||
};
|
};
|
||||||
_fractures pushback [_fractureID, _fractureType, _bodyPartn, 1 /* percentage treated */];
|
_fractures pushback [_fractureID, _fractureType, _bodyPartn, 1 /* percentage treated */];
|
||||||
_unit setvariable [GVAR(fractures), _fractures, true];
|
_unit setvariable [QGVAR(fractures), _fractures, true];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user