From 64bbff462d696645a9848759dade47483c9b6a1d Mon Sep 17 00:00:00 2001 From: yuzumika Date: Wed, 27 Dec 2023 14:54:10 -0800 Subject: [PATCH] minigame npc: dispose after creating a set of match cards --- scripts/npc/1012008.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/npc/1012008.js b/scripts/npc/1012008.js index 2b70d808e6..c6ae6b5f8c 100644 --- a/scripts/npc/1012008.js +++ b/scripts/npc/1012008.js @@ -57,6 +57,7 @@ function action(mode, type, selection) { if (cm.haveItem(4030012, 15)) { cm.gainItem(4030012, -15); cm.gainItem(4080100, 1); + cm.dispose(); } else { cm.sendNext("You want #bA set of Match Cards#k? Hmm...to make A set of Match Cards, you'll need some #bMonster Cards#k. Monster Card can be obtained by taking out the monsters all around the island. Collect 15 Monster Cards and you can make a set of A set of Match Cards."); //Lmfao a set of A set xD cm.dispose();