diff options
Diffstat (limited to 'npc/013-2')
-rw-r--r-- | npc/013-2/notes.txt | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/npc/013-2/notes.txt b/npc/013-2/notes.txt index 3a5bb9a6..92ded429 100644 --- a/npc/013-2/notes.txt +++ b/npc/013-2/notes.txt @@ -63,18 +63,7 @@ L_close: next; mes "You feel the floor disappear below your feet..."; next; - if (QUEST_MIRIAM_start != 0) - goto L_Cheat; - goto L_Warp; - -L_Cheat: - QUEST_MIRIAM_cheat = 1; - QUEST_MIRIAM_run = gettimetick(2) - QUEST_MIRIAM_start; - QUEST_MIRIAM_start = 0; - message strcharinfo(0), "You were supposed to actually run to this place. You are not sure if this is going to work for Miriam..."; - goto L_Warp; - -L_Warp: + callfunc "MiriamCheat"; @dest = rand(BaseLevel); if (@dest < 10) goto L_PlaceOne; |