mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-18 20:40:18 -07:00
Fixed mithril grapples to only take 1 bolt instead of entire stack
This commit is contained in:
parent
4fc8c0ac23
commit
06f64564d8
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class FletchingListeners : InteractionListener {
|
||||||
player.sendMessage("You need a fletching level of 59 to make this.")
|
player.sendMessage("You need a fletching level of 59 to make this.")
|
||||||
return@onUseWith true
|
return@onUseWith true
|
||||||
}
|
}
|
||||||
if(player.inventory.remove(bolt.asItem(),tip.asItem())){
|
if(player.inventory.remove(Item(MITHRIL_BOLT,1),tip.asItem())){
|
||||||
player.inventory.add(Item(MITH_GRAPPLE))
|
player.inventory.add(Item(MITH_GRAPPLE))
|
||||||
}
|
}
|
||||||
return@onUseWith true
|
return@onUseWith true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue