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
+1 -1
View File
@@ -28,7 +28,7 @@ public class IllusoryMirror : ModItem
Item.value = Item.sellPrice(0, 11, 60, 0);
Item.autoReuse = true;
Item.shootSpeed = 7f;
Item.expert = true;
Item.rare = ItemRarityID.Expert;
Item.reuseDelay = 20;
Item.UseSound = SoundID.Item72;
Item.shoot = ModContent.ProjectileType<Projectiles.IllusoryMirror.IllusoryMirrorProj>();