summaryrefslogtreecommitdiff
path: root/world/map/npc/069-2/wizard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/069-2/wizard.txt')
-rw-r--r--world/map/npc/069-2/wizard.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/world/map/npc/069-2/wizard.txt b/world/map/npc/069-2/wizard.txt
index 7747402a..8f2980ee 100644
--- a/world/map/npc/069-2/wizard.txt
+++ b/world/map/npc/069-2/wizard.txt
@@ -138,8 +138,16 @@ L_Doomsday:
next;
mes "[Rodium]";
mes "\"##1##BNote: Sorry, Jesusalva broke the time again. Guess he is late to take a bus! Oh dear, these things happen, but I guess that to see the past... You must wait for the future...##b##0\"";
+ if (GM > G_DEV) goto L_Warp;
goto L_Menu2;
+L_Warp:
+ // TODO: Require some sort of payment
+ // TODO: Revive all mobs from 099-1/-2/-3 (they do not respawn, iirc)
+ // TODO: Reduce amount of mobs >.<
+ warp "099-1", 34, 34;
+ close;
+
L_Close:
close;
}