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.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/world/map/npc/069-2/wizard.txt b/world/map/npc/069-2/wizard.txt
index c94258ec..f3b71df4 100644
--- a/world/map/npc/069-2/wizard.txt
+++ b/world/map/npc/069-2/wizard.txt
@@ -131,6 +131,11 @@ L_Task:
L_Doomsday:
mes "[Rodium]";
+ mes "\"No sorry the universe is too unstable at the moment. I can't warp you back in time in this state you must wait until it has calmed down.\"";
+ goto L_Menu2;
+
+/*
+ mes "[Rodium]";
mes "\"Yes. The Doomsday is how the third rewrite happened and the fourth timeline began. You can get a [@@"+SaviorArmor+"|@@] if you can watch until the very end, but I must warn you...\"";
next;
mes "[Rodium]";
@@ -169,7 +174,12 @@ OnWarp:
mes "\"Please make your decision.\"";
menu "I don't know what you're talking about, old man!", L_Close,
"Yeah, they're my friend, please warp me!", L_Warp;
+*/
L_Close:
close;
+
+OnInit:
+ set .IS_MAGIC, 1;
+ end;
}