summaryrefslogtreecommitdiff
path: root/npc/009-8
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-27 19:35:38 +0000
committerJesusaves <cpntb1@ymail.com>2021-05-27 19:35:38 +0000
commit519a365928311d0cf8558526b073a4cff69eed49 (patch)
tree6b62464ced2779d4068818ee2ac92e49e536cfc5 /npc/009-8
parent93fd0fff03385a7d7e2e9d72adbeddb219ad5146 (diff)
downloadserverdata-519a365928311d0cf8558526b073a4cff69eed49.tar.gz
serverdata-519a365928311d0cf8558526b073a4cff69eed49.tar.bz2
serverdata-519a365928311d0cf8558526b073a4cff69eed49.tar.xz
serverdata-519a365928311d0cf8558526b073a4cff69eed49.zip
Mirror Lake Quest - Cindy
Diffstat (limited to 'npc/009-8')
-rw-r--r--npc/009-8/celestia.txt17
1 files changed, 15 insertions, 2 deletions
diff --git a/npc/009-8/celestia.txt b/npc/009-8/celestia.txt
index 90889385..e4ef6f2d 100644
--- a/npc/009-8/celestia.txt
+++ b/npc/009-8/celestia.txt
@@ -43,6 +43,7 @@ L_MainMenu:
menu // else we just show a boring menu
"Party! Of course I came out for the party!", L_CameForParty,
"I'm sorry, life is much too serious for tea.", L_SrsBsns,
+ rif(get_nibble(##03_TMWQUEST, 0), l("Actually, have you ever heard of Yeti's kidnapping little girls?")), L_VaultQuest,
"(Walk away)", L_InstaClose;
L_EasyQuestMenu:
@@ -50,6 +51,7 @@ L_EasyQuestMenu:
"Party! Of course I came out for the party!", L_CameForParty,
"I'm sorry, life is much too serious for tea.", L_SrsBsns,
"Is there anything that I can do to help?", L_OfferHelp, // <= this will start the first quest
+ rif(get_nibble(##03_TMWQUEST, 0), l("Actually, have you ever heard of Yeti's kidnapping little girls?")), L_VaultQuest,
"(Walk away)", L_InstaClose;
L_AdvQuestMenu:
@@ -57,6 +59,7 @@ L_AdvQuestMenu:
"Party! Of course I came out for the party!", L_CameForParty,
"I'm sorry, life is much too serious for tea.", L_SrsBsns,
"I heard you were looking for help from experienced adventurers...", L_Scared, // <= this will start the adv quest
+ rif(get_nibble(##03_TMWQUEST, 0), l("Actually, have you ever heard of Yeti's kidnapping little girls?")), L_VaultQuest,
"(Walk away)", L_InstaClose;
L_CameForParty:
@@ -142,6 +145,16 @@ L_ThankYou:
next;
goto L_MainMenu;
+L_VaultQuest:
+ mesn;
+ mesq l("I've heard of Yetis %s little girls, and kidnapping them to eat immediately after.", b(l("eating")));
+ next;
+ mesn;
+ mesq l("If a Yeti kidnapped your friend and you had the time to come here tell me this, they're likely already gone.");
+ next;
+ mesc l("Thinking back, Cindy was in a cage. Something seems off.");
+ close;
+
L_Scared:
mes "Celestia takes a close look at you and seems to be satisfied.";
next;
@@ -194,8 +207,8 @@ L_YetiComplete:
L_AcceptTrinket:
mes "\"May our path cross again.\"";
mes;
- mes "["+getitemlink("HeartNecklace")+"]";
- getitem "HeartNecklace", 1;
+ mes l("%s", getitemlink("HeartNecklace"));
+ getitem HeartNecklace, 1;
QL_CELESTIA = 206;
close;