Change items to use rainbow text without being labeled as expert only.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user