diff options
Diffstat (limited to 'npc/006-1/pachua.txt')
-rw-r--r-- | npc/006-1/pachua.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/npc/006-1/pachua.txt b/npc/006-1/pachua.txt index 4d3c2be1..f62d8c04 100644 --- a/npc/006-1/pachua.txt +++ b/npc/006-1/pachua.txt @@ -8,8 +8,8 @@ @LEATHER_PATCH_PRICE = 300; @wants_leather_patch = QUEST_Forestbow_state & NIBBLE_4_MASK; - if (QUEST_MIRIAM_cheat != 0) goto L_Warp2_cheat; - if (QUEST_MIRIAM_start != 0) goto L_smoke; + if (QUEST_MIRIAM_run == -1) goto L_Warp2_cheat; + if (QUEST_MIRIAM_run) goto L_smoke; goto L_Begin; L_Begin: @@ -228,13 +228,10 @@ L_TooMany: L_smoke: message strcharinfo(0), "Pachua quickly inhales from his pipe and releases a ring of smoke towards the sky!"; - QUEST_MIRIAM_run = gettimetick(2) - QUEST_MIRIAM_start; - QUEST_MIRIAM_start = 0; + callfunc "MiriamGoal"; end; L_Warp2_cheat: - if (@warp_cheat == 1) goto L_Begin; message strcharinfo(0), "Pachua releases a ring of smoke towards the sky! But, by the look on his face, you can tell he is suspicious about your methods..."; - @warp_cheat = 1; end; } |