summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2025-03-22 19:49:06 +0100
committerFedja Beader <fedja@protonmail.ch>2025-03-22 19:50:23 +0100
commitd3400e71345a9f251a6309ffd841222ac0f6da61 (patch)
treedbdef80f0026b0810206caae721ac14ffe1a1bb6
parent92f29c04e41cfb4ef312b7d9ca131d2d29189ce0 (diff)
downloadclassic-serverdata-chronos_the_shopper.tar.gz
classic-serverdata-chronos_the_shopper.tar.bz2
classic-serverdata-chronos_the_shopper.tar.xz
classic-serverdata-chronos_the_shopper.zip
shopkeeping -> shopping + fix weird indent on menu.chronos_the_shopper
-rw-r--r--world/map/npc/099-7/chronos.txt13
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]";