From 356d9693d69c43f2a66f7e60aa10483803b50951 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 11 Apr 2021 15:11:22 -0300 Subject: Add several changes from 2018 which had been excluded by accident =/ --- npc/006-1/pachua.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'npc/006-1/pachua.txt') 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; } -- cgit v1.2.3-60-g2f50