summaryrefslogtreecommitdiff
path: root/world/map/npc/021-1/sewer_east.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/021-1/sewer_east.txt')
-rw-r--r--world/map/npc/021-1/sewer_east.txt17
1 files changed, 8 insertions, 9 deletions
diff --git a/world/map/npc/021-1/sewer_east.txt b/world/map/npc/021-1/sewer_east.txt
index 38efd59d..cda4e3f3 100644
--- a/world/map/npc/021-1/sewer_east.txt
+++ b/world/map/npc/021-1/sewer_east.txt
@@ -1,17 +1,16 @@
// The Sewer Grate
-021-1.gat,144,135,0|script|#tulimsharsewer2|45,0,0,{
+021-1.gat,145,136,0|script|#tulimsharsewer2|45,0,0,{
mes "Descend into the sewers?";
next;
menu
- "Yes.", L_SewerNorth,
- "Nevermind.", -;
- goto L_Close;
+ "Yes.", L_Sewer,
+ "Nevermind.", L_Close;
- L_SewerNorth:
- warp "021-3",143,129;
- goto L_Close;
+L_Sewer:
+ warp "021-3",143,129;
+ goto L_Close;
- L_Close:
- close;
+L_Close:
+ close;
}