summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/012-2/rakinorf.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/012-2/rakinorf.txt b/npc/012-2/rakinorf.txt
index 21f34a2b5..244b3ed22 100644
--- a/npc/012-2/rakinorf.txt
+++ b/npc/012-2/rakinorf.txt
@@ -90,8 +90,10 @@ L_MainStory:
mes "";
}
+ .@rk=(!(getq(SQuest_Sponsor) & .questID));
+
select
- rif(getgmlevel(), l("Maybe I could give you more beer?")),
+ rif(.@rk && getgmlevel(), l("Maybe I could give you more beer?")),
rif(.@n2 == 0, l("I know it may sound silly, but I need your help to find out who I am.")),
rif(.@n2 == 1, l("I have brought you the beer.")),
rif(.@n2 == 2, l("I know how many bat teeth and wings Arkim collected.")),