From b20c0030ad232f36130e9b56b72719b24d0ef9ab Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Thu, 3 Feb 2011 22:03:48 +0100 Subject: variable cleanup miriam whenever you get there, when the quest is done, clean unneeded variables --- npc/032-1_Outback/miriam.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc') diff --git a/npc/032-1_Outback/miriam.txt b/npc/032-1_Outback/miriam.txt index a469ae36..f15c1259 100644 --- a/npc/032-1_Outback/miriam.txt +++ b/npc/032-1_Outback/miriam.txt @@ -292,11 +292,13 @@ L_goodjob: message strcharinfo(0), "[You learned Speed Skill]"; setskill SKILL_SPEED, 1; getexp 2500, 0; + set QUEST_MIRIAM_cheat, 0; // reset just in case it is still set. close; L_fast: mes "[Miriam]"; mes "\"I hope you make a good use of your new skill... Take care!\""; + set QUEST_MIRIAM_cheat, 0; // reset just in case it is still set. close; } -- cgit v1.2.3-70-g09d2