summaryrefslogtreecommitdiff
path: root/npc/018-5
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-5')
-rw-r--r--npc/018-5/storage.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/018-5/storage.txt b/npc/018-5/storage.txt
index c6d1a62e6..cd843b785 100644
--- a/npc/018-5/storage.txt
+++ b/npc/018-5/storage.txt
@@ -3,6 +3,24 @@
// Jesusalva
018-5,108,44,0 script Storage Fairy NPC_FAIRY_C,{
+ if (getq(LoFQuest_EPISODE) == 7 &&
+ countitem(SnakeSkin)) {
+ mesc l("Deliver the %s to retrieve Miler's memeto?", getitemlink(SnakeSkin)), 1;
+ if (askyesno() == ASK_NO) {
+ clear;
+ } else {
+ inventoryplace DeathPotion, 1;
+ mesn;
+ mesq l("Now, isn't this lovely? I'll turn it into some pants for %s winter.", (season() == WINTER ? l("this") : l("next")));
+ next;
+ delitem SnakeSkin, 1;
+ getitem DeathPotion, 1;
+ setq LoFQuest_EPISODE, 8, 0;
+ mesn;
+ mesq l("Oh, Miler just prepared a %s for you. You can use it... Or give it to Henry in Nivalis Inn, and whisper \"The Shadow Tortuga won the race against the Panthom Lord\".", getitemlink(DeathPotion));
+ close;
+ }
+ }
Banker(.name$, "Lilit", 50000);
close;