Skip to content

Commit f22c995

Browse files
committed
Changed the max stack value of RandomSoul
as well as the sprite
1 parent 59549e8 commit f22c995

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Content/RandomSoul.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public override void SetDefaults()
2727
item.height = refItem.height;
2828
item.rare = -12;
2929
item.value = 50000000;
30-
item.maxStack = 20;
30+
item.maxStack = 99;
3131
}
3232

3333
public override void PostUpdate()

Content/RandomSoul.png

1 Byte
Loading

0 commit comments

Comments
 (0)