Added new Antidote's sprite
This commit is contained in:
parent
c88daca40b
commit
15ee0e06d4
@ -14,12 +14,12 @@ namespace Decimation.Content.Items.Potions
|
||||
protected override void Init()
|
||||
{
|
||||
item.width = 20;
|
||||
item.height = 20;
|
||||
this.item.maxStack = 30;
|
||||
item.height = 26;
|
||||
item.maxStack = 30;
|
||||
item.consumable = true;
|
||||
item.useAnimation = 17;
|
||||
item.useTime = 17;
|
||||
this.item.useTurn = true;
|
||||
item.useTurn = true;
|
||||
item.useStyle = 2;
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 340 B |
Loading…
Reference in New Issue
Block a user