From 67cf28c842fde3a13e4be06ac23db89a815cdedc Mon Sep 17 00:00:00 2001 From: Saulc Date: Mon, 5 Feb 2018 21:43:30 +0100 Subject: remove tulimshar guards --- npc/005-1/ayasha.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'npc/005-1/ayasha.txt') diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index adc39cf3e..f47968c48 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -73,7 +73,7 @@ function script CheckEnfant { speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Oh! You found me well played !."); narrator("You receive 5 exp."); - if (.questCheck == 5) + if (.questCheck == 6) { setq CandorQuest_HAS, 2; } @@ -135,3 +135,14 @@ OnInit: .distance = 1; end; } +005-1,38,65,0 script Djinx 451,{ + if (getq(CandorQuest_HAS) == 1) + { + CheckEnfant(); + } + end; +OnInit: + .sex = G_OTHER; + .distance = 1; + end; +} -- cgit v1.2.3-60-g2f50