public static bool IsValidWeapon(string weapon) { return(Weapons.ContainsValue(weapon) || Weapons.ContainsKey(weapon.ToLower())); }