public static bool IsHealthPack(this ItemSpec item) { return(item.GetHealAmount() > 0 && item.IsWeapon() == false); }