diff options
Diffstat (limited to 'npc/019-2/angela.txt')
-rw-r--r-- | npc/019-2/angela.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/019-2/angela.txt b/npc/019-2/angela.txt index ec93bbb09..c9905c343 100644 --- a/npc/019-2/angela.txt +++ b/npc/019-2/angela.txt @@ -42,6 +42,24 @@ if (getq(NivalisQuest_Cindy) == 0) goto L_Start; mesn; mesq l("Please find my lovely daughter!"); + if (getq(NivalisQuest_Cindy) == 1 && getq(NivalisQuest_Well) < 2 && @yetiagro) { + next; + select + l("I will, don't worry."), + l("She isn't on that cave."); + mes ""; + if (@menu == 2) { + mesn; + mesq l("Do you have mental issues? I mean, of course there is a secret passage there!"); + next; + mesn; + mesq l("I think the switches may open it, but I couldn't flip them."); + next; + mesn; + mesq l("I guess you'll need an Yeti for that, but those on the cave are murderous."); + CINDY_PLAYER_STRUCK=true; + } + } close; L_Safe: |