diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-11 15:11:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-11 15:11:22 -0300 |
commit | 356d9693d69c43f2a66f7e60aa10483803b50951 (patch) | |
tree | b99644d9eee85c07bf2d9c3dd6d9697af97fe419 /npc/013-2 | |
parent | 4432d9c535e827ce47e4e06e2afa1dcbc6d6daa6 (diff) | |
download | serverdata-356d9693d69c43f2a66f7e60aa10483803b50951.tar.gz serverdata-356d9693d69c43f2a66f7e60aa10483803b50951.tar.bz2 serverdata-356d9693d69c43f2a66f7e60aa10483803b50951.tar.xz serverdata-356d9693d69c43f2a66f7e60aa10483803b50951.zip |
Add several changes from 2018 which had been excluded by accident =/
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; |