hedgewars/HHHandlers.inc
changeset 5720 a962d0823f49
parent 5706 4454aa0523e7
child 5818 d071162d550d
--- a/hedgewars/HHHandlers.inc	Wed Aug 31 15:50:39 2011 -0400
+++ b/hedgewars/HHHandlers.inc	Thu Sep 01 00:28:38 2011 +0200
@@ -423,7 +423,8 @@
            end
         end else Message:= Message and not gmAttack;
      end;
-     TargetPoint.X := NoPointX
+     TargetPoint.X := NoPointX;
+     ScriptCall('onHogAttack');	
 end;
 
 procedure AfterAttack;