Change items to use rainbow text without being labeled as expert only.
This commit is contained in:
@@ -30,7 +30,7 @@ public class SpectralBlaster : ModItem
|
||||
Item.autoReuse = true;
|
||||
Item.shoot = ModContent.ProjectileType<Projectiles.LightBlasts.RainbowLightBlast>();
|
||||
Item.shootSpeed = 10f;
|
||||
Item.expert = true;
|
||||
Item.rare = ItemRarityID.Expert;
|
||||
}
|
||||
|
||||
public override bool Shoot(Player player, EntitySource_ItemUse_WithAmmo source, Vector2 position, Vector2 velocity, int type, int damage, float knockback)
|
||||
|
||||
Reference in New Issue
Block a user