summaryrefslogtreecommitdiff
path: root/npc/functions/treasure.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/treasure.txt')
-rw-r--r--npc/functions/treasure.txt2
1 files changed, 1 insertions, 1 deletions
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