hedgewars/uCommandHandlers.pas
changeset 10228 947cadb40bc5
parent 10127 7f29a65aa1e4
child 10237 282e49f9ce9d
--- a/hedgewars/uCommandHandlers.pas	Fri Apr 25 14:22:59 2014 +0400
+++ b/hedgewars/uCommandHandlers.pas	Fri Apr 25 16:52:04 2014 +0400
@@ -339,7 +339,7 @@
         if not isExternalSource then
             SendIPC(_S'A');
         Message:= Message or (gmAttack and InputMask);
-        ScriptCall('onAttack');
+        ScriptCall('onAttack'); // so if I fire airstrike, it doesn't count as attack? fine, fine
         end
     end
 end;