hedgewars/GSHandlers.inc
changeset 2186 5ec3e4a03d51
parent 2185 cf8f98e75bf9
child 2187 66c0f9b3bd6f
equal deleted inserted replaced
2185:cf8f98e75bf9 2186:5ec3e4a03d51
  2265 OnUsedAmmo(PHedgehog(HHGear^.Hedgehog)^);
  2265 OnUsedAmmo(PHedgehog(HHGear^.Hedgehog)^);
  2266 ApplyAmmoChanges(PHedgehog(HHGear^.Hedgehog)^);
  2266 ApplyAmmoChanges(PHedgehog(HHGear^.Hedgehog)^);
  2267 with HHGear^ do
  2267 with HHGear^ do
  2268 	begin
  2268 	begin
  2269 	State:= State and not gstAttacking;
  2269 	State:= State and not gstAttacking;
  2270 	Message:= Message and not gm_Attack
  2270 	Message:= Message and not gm_Attack;
       
  2271     dY:= dY - _0_2
  2271 	end
  2272 	end
  2272 end;
  2273 end;