Change items to use rainbow text without being labeled as expert only.

This commit is contained in:
Big Duckie
2022-07-05 23:18:12 -06:00
parent 598f231755
commit 8f9406c9b5
56 changed files with 56 additions and 57 deletions
@@ -32,7 +32,7 @@ public class PulseSprayer : ModItem
Item.shoot = ProjectileID.PurificationPowder;
Item.shootSpeed = 25f;
Item.useAmmo = AmmoID.Bullet;
Item.rare = ItemRarityID.Red;
Item.rare = ItemRarityID.Cyan;
}
public override bool CanConsumeAmmo(Item ammo, Player player)