diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/099-7/chronos.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/world/map/npc/099-7/chronos.txt b/world/map/npc/099-7/chronos.txt index 6ca56cf8..920a9bfe 100644 --- a/world/map/npc/099-7/chronos.txt +++ b/world/map/npc/099-7/chronos.txt @@ -82,11 +82,14 @@ L_ExededMaxMedals: L_Question: // Shopkeeping mes "[Chronos]"; - mes "\"All things shall pass, but with the limited time you have, please enjoy shopkeeping.\""; - if (countitem("UnderworldKey")<1) goto L_Shop; - menu - "Thanks.", L_Shop, - "Do you know what the Underworld Key is for?", L_UKey; // not needed here but why not? + mes "\"All things shall pass, but with the limited time you have, please enjoy shopping.\""; + if (countitem("UnderworldKey")<1) + goto L_Shop; + + menu + "Thanks.", L_Shop, + "Do you know what the Underworld Key is for?", L_UKey; // not needed here but why not? + L_UKey: mes ""; mes "[Chronos]"; |