Updated Bloodied Maw's sprite.
This commit is contained in:
parent
428d11a55d
commit
86d1d4d944
@ -14,14 +14,13 @@ namespace Decimation.Content.Items.Boss.Bloodshot
|
|||||||
|
|
||||||
protected override void Init()
|
protected override void Init()
|
||||||
{
|
{
|
||||||
item.width = 20;
|
item.width = 22;
|
||||||
item.height = 24;
|
item.height = 26;
|
||||||
item.consumable = true;
|
item.consumable = true;
|
||||||
item.useStyle = 4;
|
item.useStyle = 4;
|
||||||
item.useAnimation = 30;
|
item.useAnimation = 30;
|
||||||
item.useTime = 30;
|
item.useTime = 30;
|
||||||
|
item.maxStack = 1;
|
||||||
this.item.maxStack = 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool CanUseItem(Player player)
|
public override bool CanUseItem(Player player)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 434 B After Width: | Height: | Size: 459 B |
Loading…
Reference in New Issue
Block a user