diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-03-02 10:35:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-03-02 10:35:16 -0300 |
commit | d39176d2e7f4838d95291ec8283bc35545472c23 (patch) | |
tree | e87c4cb41fbed77bcecc8e8dab652e3d1d57229b /world | |
parent | 7b9a931ffc3a4478b11544a4d47645d3b1c33236 (diff) | |
download | serverdata-d39176d2e7f4838d95291ec8283bc35545472c23.tar.gz serverdata-d39176d2e7f4838d95291ec8283bc35545472c23.tar.bz2 serverdata-d39176d2e7f4838d95291ec8283bc35545472c23.tar.xz serverdata-d39176d2e7f4838d95291ec8283bc35545472c23.zip |
Remove internal joke
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/069-2/wizard.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/world/map/npc/069-2/wizard.txt b/world/map/npc/069-2/wizard.txt index 8f2980ee..5bb6f4e1 100644 --- a/world/map/npc/069-2/wizard.txt +++ b/world/map/npc/069-2/wizard.txt @@ -137,8 +137,9 @@ L_Doomsday: mes "\"...The Doomsday was a fierce battle. If you go there alone, you definitely will die. You should make a party and bring them all here, then I'll consider helping you.\""; 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; + mes "\"##1##BBut... not yet. The time wheel is broken again! Oh dear, these things happen, but I guess that to see the past... You must wait for the future...##b##0\""; + if (debug) goto L_Warp; + if (GM >= G_EVENT) goto L_Warp; goto L_Menu2; L_Warp: |