hedgewars/HHHandlers.inc
changeset 5723 87eec4c9a889
parent 5720 a962d0823f49
child 5818 d071162d550d
--- a/hedgewars/HHHandlers.inc	Thu Sep 01 17:45:21 2011 +0400
+++ b/hedgewars/HHHandlers.inc	Thu Sep 01 10:13:03 2011 -0400
@@ -423,7 +423,8 @@
            end
         end else Message:= Message and not gmAttack;
      end;
-     TargetPoint.X := NoPointX
+     TargetPoint.X := NoPointX;
+     ScriptCall('onHogAttack');	
 end;
 
 procedure AfterAttack;