From f99f524373f46bcf4810d4414ee5f7a9d80e943b Mon Sep 17 00:00:00 2001 From: Jesusalva Jesusalva Date: Fri, 24 Feb 2023 00:51:40 +0000 Subject: Applied 1 suggestions from the MR body. --- npc/functions/treasure.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt index d534f4cd3..a14317a8c 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -96,7 +96,7 @@ function script TreasureBox { getitem .@loot, 1; Zeny+=.@money; // Pointless easteregg - if ($EVENT$ = "Christmas" && .@loot == Coal) + if ($EVENT$ == "Christmas" && .@loot == Coal) if (alignment() >= 0) dispbottom l("I must have been naughty."); else -- cgit v1.2.3-60-g2f50