mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical Treatment - Enforce bandage effectiveness variable type (#9950)
Enforce bandage effectiveness variable type
This commit is contained in:
parent
b637a0ea09
commit
dda6b9d2dc
@ -18,7 +18,7 @@
|
||||
* Public: No
|
||||
*/
|
||||
|
||||
params ["_patient", "_bodyPart", "_bandage", ["_bandageEffectiveness", 1]];
|
||||
params ["_patient", "_bodyPart", "_bandage", ["_bandageEffectiveness", 1, [0]]];
|
||||
TRACE_4("bandageLocal",_patient,_bodyPart,_bandage,_bandageEffectiveness);
|
||||
_bodyPart = toLowerANSI _bodyPart;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user