mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
remove some debug
This commit is contained in:
parent
f2dfc6dc0e
commit
03fe2826dd
@ -29,14 +29,11 @@ private _config = configFile >> "ace_medical_treatment" >> "Bandaging";
|
||||
private _effectiveness = getNumber (_config >> "effectiveness");
|
||||
|
||||
if (isClass (_config >> _bandage)) then {
|
||||
systemchat ("using class: " + _bandage);
|
||||
_config = (_config >> _bandage);
|
||||
|
||||
if (isNumber (_config >> "effectiveness")) then {
|
||||
_effectiveness = getNumber (_config >> "effectiveness");
|
||||
};
|
||||
} else {
|
||||
systemChat "No bandage avialable";
|
||||
};
|
||||
|
||||
// Figure out which injury for this bodypart is the best choice to bandage
|
||||
|
Loading…
Reference in New Issue
Block a user