mirror of
https://github.com/YouHaveTrouble/YHTMod.git
synced 2026-05-11 21:56:54 +00:00
make arcane missle less comically large when dropped
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user