mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Fix losing bowl
This commit is contained in:
parent
71abaf9e03
commit
e890f7412d
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ class TeaInteraction : InteractionListener {
|
|||
onUseWith(ITEM, teaCupPorcelainMap.keys.toIntArray(), Items.PORCELAIN_CUP_4244){player, used, with ->
|
||||
if(removeItem(player, used) && removeItem(player, with)){
|
||||
addItem(player, teaCupPorcelainMap[used.id]!!)
|
||||
addItem(player, Items.BOWL_1923)
|
||||
}
|
||||
return@onUseWith true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue