From 2285717acd9156c635ea1ad05029bfda14e75b0a Mon Sep 17 00:00:00 2001 From: SzwedzikPL Date: Sat, 22 Aug 2015 20:19:35 +0200 Subject: [PATCH] typo --- addons/interaction/functions/fnc_switchLamp.sqf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/addons/interaction/functions/fnc_switchLamp.sqf b/addons/interaction/functions/fnc_switchLamp.sqf index d0a82b1c40..56d5f033de 100644 --- a/addons/interaction/functions/fnc_switchLamp.sqf +++ b/addons/interaction/functions/fnc_switchLamp.sqf @@ -4,7 +4,6 @@ * * Arguments: * 0: Lamp - * 1: On/Off * * Return value: * None @@ -53,6 +52,6 @@ if(_isOff) then { //this lamp is off {_newobject sethit [_x select 0, (_x select 1) max DISABLED_LAMP_DMG];nil} count _hitpointsdmg; } else { - //new lamp is on + //this lamp is on {if((_x select 1) > DISABLED_LAMP_DMG) then {_newobject sethit _x;};nil} count _hitpointsdmg; }; \ No newline at end of file