From 4781bead3cc775414f20e90baabefad6bb2ef0aa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Mar 2019 10:48:28 -0300 Subject: Add a way out of Lilit - by talking to Soul Menhir. This allows Lilit to be "released", even if it is nearly empty. --- npc/018-5/soul_menhir.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/npc/018-5/soul_menhir.txt b/npc/018-5/soul_menhir.txt index 49916cda7..201a85c75 100644 --- a/npc/018-5/soul_menhir.txt +++ b/npc/018-5/soul_menhir.txt @@ -5,6 +5,16 @@ // Soul Menhir 018-5,111,52,0 script Soul Menhir#lil NPC_SOUL_MOSS,{ + mesc l("This is a Soul Menhir, but seems more magical than the others."); + select + l("Look closer."), + l("I wanna return home..."); + mes ""; + if (@menu == 2) { + closeclientdialog; + warp "Save", 0, 0; + close; + } @map$ = "018-5"; setarray @Xs, 110, 111, 112; setarray @Ys, 53, 53, 53; -- cgit v1.2.3-60-g2f50