From d1af9c212e7b54bee63adf078778446c04709635 Mon Sep 17 00:00:00 2001 From: Oven Bread Date: Sat, 4 Apr 2026 12:58:28 +0000 Subject: [PATCH] Goth leprechaun chat head now animated --- .../global/skill/farming/ToolLeprechaunDialogue.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Server/src/main/content/global/skill/farming/ToolLeprechaunDialogue.kt b/Server/src/main/content/global/skill/farming/ToolLeprechaunDialogue.kt index 50ec9662f..4ad7953f9 100644 --- a/Server/src/main/content/global/skill/farming/ToolLeprechaunDialogue.kt +++ b/Server/src/main/content/global/skill/farming/ToolLeprechaunDialogue.kt @@ -10,6 +10,7 @@ import core.plugin.Initializable import core.tools.END_DIALOGUE import core.tools.START_DIALOGUE import org.rs09.consts.Components +import org.rs09.consts.Items import org.rs09.consts.NPCs /** @@ -130,10 +131,9 @@ class ToolLeprechaunOnVacationDialogue(player: Player? = null) : DialoguePlugin( } /** - * Note: - * Goth chatheads are unfortunately updated and have frozen FacialExpressions. Disabled talk-to for now. + * This Leprechaun Goth should appear once you have Spirit of Summer done, but is currently defaulted as not. */ -// @Initializable +@Initializable class ToolLeprechaunGothDialogue(player: Player? = null) : DialoguePlugin(player) { override fun handle(interfaceId: Int, buttonId: Int): Boolean { @@ -178,7 +178,7 @@ class ToolLeprechaunGothDialogue(player: Player? = null) : DialoguePlugin(player } override fun newInstance(player: Player?): DialoguePlugin { - return ToolLeprechaunDialogue(player) + return ToolLeprechaunGothDialogue(player) } override fun getIds(): IntArray {