From f7f84b8e69075f07fae64cca3da1b1d0a6e98eef Mon Sep 17 00:00:00 2001 From: wushin Date: Thu, 19 Feb 2015 22:34:57 -0600 Subject: fix case --- world/map/npc/013-3/mask_chest.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/013-3/mask_chest.txt') diff --git a/world/map/npc/013-3/mask_chest.txt b/world/map/npc/013-3/mask_chest.txt index a175b4b2..1b62e66c 100644 --- a/world/map/npc/013-3/mask_chest.txt +++ b/world/map/npc/013-3/mask_chest.txt @@ -31,7 +31,7 @@ if (countitem("TreasureKey") == 0) goto L_No_treasure_key; if (countitem("PileOfAsh") == 0) - goto L_No_ash; + goto L_no_ash; if (countitem("MauveHerb") == 0 || countitem("CobaltHerb") == 0 || countitem("GambogeHerb") == 0 @@ -157,7 +157,7 @@ L_No_treasure_key: mes "No treasure chest key, no opening ritual."; goto L_Close; -L_No_ash: +L_no_ash: mes "You still need a pile of ash."; goto L_Close; -- cgit v1.2.3-60-g2f50