mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed debug output
This commit is contained in:
parent
833634f010
commit
eacd8e5a49
@ -22,7 +22,6 @@ if !(GVAR(enableCombatDeafness)) exitWith {};
|
|||||||
|
|
||||||
// Check if new noises increase deafness
|
// Check if new noises increase deafness
|
||||||
GVAR(newStrength) = (((ACE_player getvariable [QGVAR(dv), 0]) min 20) / 20) ^ 2;
|
GVAR(newStrength) = (((ACE_player getvariable [QGVAR(dv), 0]) min 20) / 20) ^ 2;
|
||||||
systemChat Str(GVAR(newStrength));
|
|
||||||
if (GVAR(newStrength) > GVAR(currentDeafness)) then {
|
if (GVAR(newStrength) > GVAR(currentDeafness)) then {
|
||||||
GVAR(currentDeafness) = GVAR(newStrength);
|
GVAR(currentDeafness) = GVAR(newStrength);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user