hedgewars/uAmmos.pas
changeset 10443 42dadeb6e8ae
parent 10123 64e72781d344
child 10560 9f09196d92a6
--- a/hedgewars/uAmmos.pas	Sat Oct 25 10:42:30 2014 -0400
+++ b/hedgewars/uAmmos.pas	Sat Oct 25 11:29:45 2014 -0400
@@ -366,7 +366,6 @@
         end;
     TryDo(slot <= cMaxSlotIndex, 'Ammo slot index overflow', true);
     CurAmmoType:= Ammo^[slot, ammoidx].AmmoType;
-    if CurAmmoType = amKnife then LoadHedgehogHat(Hedgehog, 'Reserved/chef')
     end
 end;