diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2023-02-24 00:51:40 +0000 |
---|---|---|
committer | NetSysFire <16-NetSysFire@users.noreply.git.themanaworld.org> | 2023-02-24 00:51:40 +0000 |
commit | f99f524373f46bcf4810d4414ee5f7a9d80e943b (patch) | |
tree | c0115aaa5ca745a34b99bf7cac447d2add573fb3 /npc/functions | |
parent | fa52dc69f1efed20971c77b13383fd4b00ca9919 (diff) | |
download | serverdata-f99f524373f46bcf4810d4414ee5f7a9d80e943b.tar.gz serverdata-f99f524373f46bcf4810d4414ee5f7a9d80e943b.tar.bz2 serverdata-f99f524373f46bcf4810d4414ee5f7a9d80e943b.tar.xz serverdata-f99f524373f46bcf4810d4414ee5f7a9d80e943b.zip |
Applied 1 suggestions from the MR body.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/treasure.txt | 2 |
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 |