diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-05 21:43:30 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-05 21:43:30 +0100 |
commit | 67cf28c842fde3a13e4be06ac23db89a815cdedc (patch) | |
tree | 0b64940d8a2ac07e2af8f87d5f007fb58c55327c /npc/005-1 | |
parent | 79d902871d19c57071fb0f0a333d9611aacc28a3 (diff) | |
download | serverdata-67cf28c842fde3a13e4be06ac23db89a815cdedc.tar.gz serverdata-67cf28c842fde3a13e4be06ac23db89a815cdedc.tar.bz2 serverdata-67cf28c842fde3a13e4be06ac23db89a815cdedc.tar.xz serverdata-67cf28c842fde3a13e4be06ac23db89a815cdedc.zip |
remove tulimshar guards
Diffstat (limited to 'npc/005-1')
-rw-r--r-- | npc/005-1/ayasha.txt | 13 |
1 files changed, 12 insertions, 1 deletions
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;
+}
|