From a6850f6ea76759c4f5278bbc0449fcbb340e0f54 Mon Sep 17 00:00:00 2001 From: Atemo Date: Mon, 28 Nov 2022 16:53:49 +0100 Subject: [PATCH] Apply suggestions from code review --- db/re/item_group_db.yml | 1 - npc/re/other/kachua_key.txt | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/db/re/item_group_db.yml b/db/re/item_group_db.yml index 84df79495f..1c1f39bc87 100644 --- a/db/re/item_group_db.yml +++ b/db/re/item_group_db.yml @@ -42273,7 +42273,6 @@ Body: - SubGroup: 0 List: - Item: Cachua_Coupon - SubGroups: - SubGroup: 1 List: - Item: Sillit_Pong_Box diff --git a/npc/re/other/kachua_key.txt b/npc/re/other/kachua_key.txt index 2f6dead360..c2c17917cf 100644 --- a/npc/re/other/kachua_key.txt +++ b/npc/re/other/kachua_key.txt @@ -32,7 +32,7 @@ sec_in02,126,178,3 script Kachua's Secret Box#bm 4_TREASURE_BOX,{ close; } delitem(.@key$, 1); - getgroupitem(IG_MAIN_LUCKY_BOX); + getgroupitem(IG_MAIN_LUCKY_BOX); // TODO: change to consumeitem "Main_Lucky_Box" when consumeitem is fixed mes "Kachua's Secret Box was opened!"; mes "Were you lucky?"; specialeffect2 EF_VALLENTINE; @@ -60,7 +60,7 @@ sec_in02,126,178,3 script Kachua's Secret Box#bm 4_TREASURE_BOX,{ close; } delitem(.@key$, 1); - getgroupitem(IG_MAIN_LUCKY_BOX); + getgroupitem(IG_MAIN_LUCKY_BOX); // TODO: change to consumeitem "Main_Lucky_Box" when consumeitem is fixed dispbottom "Kachua's Secret Box was opened " + .@i + " times. Another one is being opened.",0xFFFFFF; specialeffect2 EF_VALLENTINE; }