accidentally uncommented out something in the west ardy civilian cat handler

This commit is contained in:
Greg Tseng 2025-03-05 18:24:14 -05:00
parent 709d259b77
commit 504a49eaae

View File

@ -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");