hedgewars/HHHandlers.inc
changeset 409 4f1841929ccc
parent 408 6c3da4907d00
child 423 5f4559ce7062
--- a/hedgewars/HHHandlers.inc	Wed Feb 07 17:27:32 2007 +0000
+++ b/hedgewars/HHHandlers.inc	Wed Feb 07 21:36:55 2007 +0000
@@ -72,6 +72,7 @@
                     amAirAttack: AddGear(Ammo^[CurSlot, CurAmmo].Pos, 0, gtAirAttack, 0, 0, 0, 0);
                    amMineStrike: AddGear(Ammo^[CurSlot, CurAmmo].Pos, 0, gtAirAttack, 1, 0, 0, 0);
                     amBlowTorch: CurAmmoGear:= AddGear(hwRound(Gear^.X), hwRound(Gear^.Y), gtBlowTorch, 0, hwSign(Gear^.dX) * _0_5, 0, 0);
+                       amGirder: CurAmmoGear:= AddGear(0, 0, gtGirder, Ammo^[CurSlot, CurAmmo].Pos, 0, 0, 0);
                   end;
         Power:= 0;
         if CurAmmoGear <> nil then