mirror of
https://github.com/YouHaveTrouble/YHTMod.git
synced 2026-05-12 05:56:56 +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()
|
||||
{
|
||||
Item.width = 64;
|
||||
Item.height = 64;
|
||||
Item.width = 32;
|
||||
Item.height = 32;
|
||||
Item.accessory = true;
|
||||
Item.damage = 10;
|
||||
Item.rare = ItemRarityID.LightRed;
|
||||
|
||||
Reference in New Issue
Block a user