From 3eb18586e4707f51bd94f5badb27e2b97472fe60 Mon Sep 17 00:00:00 2001 From: EmoScape Date: Wed, 5 Mar 2025 18:24:14 -0500 Subject: [PATCH] accidentally uncommented out something in the west ardy civilian cat handler --- .../kandarin/ardougne/westardougne/dialogue/CivilianDialogue.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/content/region/kandarin/ardougne/westardougne/dialogue/CivilianDialogue.kt b/Server/src/main/content/region/kandarin/ardougne/westardougne/dialogue/CivilianDialogue.kt index 386b99a..817f2a0 100644 --- a/Server/src/main/content/region/kandarin/ardougne/westardougne/dialogue/CivilianDialogue.kt +++ b/Server/src/main/content/region/kandarin/ardougne/westardougne/dialogue/CivilianDialogue.kt @@ -170,7 +170,7 @@ class CatTrade : InteractionListener{ onUseWith(IntType.NPC, cats, NPCs.CIVILIAN_785, NPCs.CIVILIAN_786, NPCs.CIVILIAN_787){ player, used, with -> if(removeItem(player, used)){ val dialogue = CatTradeDialogue() - Remove the cat + // Remove the cat player.familiarManager.removeDetails(used.id) addItem(player, Items.DEATH_RUNE_560, 100) player.incrementAttribute("/save:stats_manager:cats_sold");