hedgewars/HHHandlers.inc
changeset 3037 ab6e949eb5cb
parent 3003 0afdba08a858
child 3065 4afa5e3e27e4
--- a/hedgewars/HHHandlers.inc	Sun Mar 21 16:51:33 2010 +0000
+++ b/hedgewars/HHHandlers.inc	Sun Mar 21 18:42:34 2010 +0000
@@ -241,7 +241,7 @@
         CurrentHedgehog^ do
     begin
     State:= State and not gstAttacking;
-    if ((Ammo^[CurSlot, CurAmmo].Propz) and ammoprop_Utility) = 0 then
+    if ((Ammo^[CurSlot, CurAmmo].Propz) and ammoprop_Effect) = 0 then
         begin
         Inc(MultiShootAttacks);