make arcane missle less comically large when dropped

This commit is contained in:
2026-01-02 19:05:06 +01:00
parent 50d7f8b0d2
commit c82f4648e9
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ public class ArcaneMissile : ModItem
public override void SetDefaults() public override void SetDefaults()
{ {
Item.width = 64; Item.width = 32;
Item.height = 64; Item.height = 32;
Item.accessory = true; Item.accessory = true;
Item.damage = 10; Item.damage = 10;
Item.rare = ItemRarityID.LightRed; Item.rare = ItemRarityID.LightRed;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB