forked from 2009Scape/Server
Silver Sickle custom bonecrusher now also "buries" ashes that are dropped by enemies.
This commit is contained in:
parent
61f5120cfc
commit
07d8bb6a13
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ enum class Bones(
|
|||
*/
|
||||
val bonemealId: Int?,
|
||||
) {
|
||||
ASHES(Items.ASHES_592, 4.5, null), //Snowscape: added ashes so the bonecrusher feature gives prayer exp. Ashes cannot be bured normally.
|
||||
BONES(Items.BONES_526, 4.5, Items.BONEMEAL_4255),
|
||||
BONES_2(Items.BONES_2530, 4.5, Items.BONEMEAL_4255),
|
||||
BONES_3(Items.BONES_3187, 4.5, Items.BONEMEAL_4255),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue