mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Fix issue with cups of tea getting milky
This commit is contained in:
parent
3e0dea0d1b
commit
58bc4833cb
1 changed files with 7 additions and 1 deletions
|
|
@ -155,7 +155,13 @@ class TeaInteraction : InteractionListener {
|
||||||
else{
|
else{
|
||||||
addItem(player, used.id + 2)
|
addItem(player, used.id + 2)
|
||||||
}
|
}
|
||||||
|
// Why do these cups have a noted form!
|
||||||
|
if (with.id == Items.EMPTY_CUP_7728){
|
||||||
addItem(player, with.id + 2)
|
addItem(player, with.id + 2)
|
||||||
|
}
|
||||||
|
else{
|
||||||
|
addItem(player, with.id + 1)
|
||||||
|
}
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue