diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-10-08 00:11:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-10-08 00:11:04 -0300 |
commit | 4c0fcc2f9a889be37cfb943a491aef5c6b3f2856 (patch) | |
tree | e8e627a8522789dae9c285c7d55ee34903b40b2a /npc/026-3 | |
parent | 594f70a0e647f6d2775fb7c9a943489b2b14d369 (diff) | |
download | serverdata-4c0fcc2f9a889be37cfb943a491aef5c6b3f2856.tar.gz serverdata-4c0fcc2f9a889be37cfb943a491aef5c6b3f2856.tar.bz2 serverdata-4c0fcc2f9a889be37cfb943a491aef5c6b3f2856.tar.xz serverdata-4c0fcc2f9a889be37cfb943a491aef5c6b3f2856.zip |
Prepare 026-4/5 before I run out of battery
Diffstat (limited to 'npc/026-3')
-rw-r--r-- | npc/026-3/ctrl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/026-3/ctrl.c b/npc/026-3/ctrl.c index f047a4f13..fd8c52138 100644 --- a/npc/026-3/ctrl.c +++ b/npc/026-3/ctrl.c @@ -29,6 +29,7 @@ function script 0263Event { end; OnTouch: + dispbottom l("From this point forward, you'll no longer be able to return to the previous floor."); if (getq(General_Fortress) > 5) goto L_Warp; mesc l(".:: Impregnable Fortress, %sF ::.", "B3"), 3; msObjective(getq(General_Fortress) == 5, l("* Flip all four switches")); |