diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-1/fairy_collector.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt index bb7ccad8d..c85fa4011 100644 --- a/npc/017-1/fairy_collector.txt +++ b/npc/017-1/fairy_collector.txt @@ -24,6 +24,13 @@ L_Incomplete: close; L_Main: + if (!(TELEPORTERS & TP_LILIT) && rand2(3) == 2) { + mesn; + mesq l("Have you ever met our Queen Lilit? She is lovely but hates @@ for some reason...", get_race()); + next; + mesc l("Do you want a tip? \"It's not suicide if you know how to swim.\""); + next; + } /* COLLECT_CHESTPLATE: 1 COLLECT_HEADGEAR: 2 |