Updated Denzium Ore's sprite.
This commit is contained in:
parent
2f91c6da96
commit
33fe5a6189
Binary file not shown.
|
Before Width: | Height: | Size: 279 B After Width: | Height: | Size: 289 B |
@ -15,12 +15,12 @@
|
|||||||
item.useAnimation = 15;
|
item.useAnimation = 15;
|
||||||
item.useStyle = 1;
|
item.useStyle = 1;
|
||||||
item.consumable = true;
|
item.consumable = true;
|
||||||
|
item.autoReuse = true;
|
||||||
this.item.useTurn = true;
|
item.useTurn = true;
|
||||||
|
|
||||||
InitPlaceable();
|
InitPlaceable();
|
||||||
|
|
||||||
this.item.createTile = this.Tile;
|
item.createTile = Tile;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user