diff -r d2f599997b54 -r 42dadeb6e8ae hedgewars/uAmmos.pas --- 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;