Change items to use rainbow text without being labeled as expert only.
This commit is contained in:
@@ -30,8 +30,8 @@ public class FoxPistol : ModItem
|
||||
Item.UseSound = SoundID.Item11;
|
||||
Item.autoReuse = true;
|
||||
Item.shootSpeed = 7f;
|
||||
Item.expert = true;
|
||||
Item.shoot = ModContent.ProjectileType<OrangeBolt>();
|
||||
Item.rare = ItemRarityID.Expert;
|
||||
}
|
||||
|
||||
public override Vector2? HoldoutOffset()
|
||||
|
||||
Reference in New Issue
Block a user