diff --git a/Server/src/main/content/global/skill/cooking/TeaInteraction.kt b/Server/src/main/content/global/skill/cooking/TeaInteraction.kt index 598e17280..a71d6a6e8 100644 --- a/Server/src/main/content/global/skill/cooking/TeaInteraction.kt +++ b/Server/src/main/content/global/skill/cooking/TeaInteraction.kt @@ -134,6 +134,13 @@ class TeaInteraction : InteractionListener { onUseWith(ITEM, t1teapot, Items.EMPTY_CUP_7728) { player, used, with -> return@onUseWith fillBuildersTea(player, used, with) } + + onUseWith(ITEM, t2teapot, Items.PORCELAIN_CUP_7732) { player, used, with -> + return@onUseWith fillBuildersTea(player, used, with) + } + onUseWith(ITEM, t3teapot, Items.PORCELAIN_CUP_7735) { player, used, with -> + return@onUseWith fillBuildersTea(player, used, with) + } } private fun fillBuildersTea(player: Player, used: Node, with: Node) : Boolean {