diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-02-22 14:32:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-02-22 14:32:24 -0300 |
commit | 62ba44f000902efb2877dc12a5820c40c7fea27c (patch) | |
tree | 46d3e1975b0704833c6b03d617d0f413457d610f | |
parent | 69de709b72b3e6d2e0ed6a448fb1c5abf08b8d2a (diff) | |
download | serverdata-62ba44f000902efb2877dc12a5820c40c7fea27c.tar.gz serverdata-62ba44f000902efb2877dc12a5820c40c7fea27c.tar.bz2 serverdata-62ba44f000902efb2877dc12a5820c40c7fea27c.tar.xz serverdata-62ba44f000902efb2877dc12a5820c40c7fea27c.zip |
Oversight, reported by ThinkSome
-rw-r--r-- | npc/025-3/ctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/025-3/ctrl.c b/npc/025-3/ctrl.c index 1cfcf75e6..412162b20 100644 --- a/npc/025-3/ctrl.c +++ b/npc/025-3/ctrl.c @@ -29,7 +29,7 @@ OnTouch: mes ""; mesc l("Hint: Eek! Eek! Eek!"); tutmes l("Explore all map elements (including monsters) with the hint in mind to fulfill the mission objectives. They'll never demand something outside the mission map!"); - end; + close; L_Warp: // Not unlocked |