summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-05 14:14:15 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-05 14:14:15 -0300
commitc22a66d917aa0cf5612d6ac47d1cb987410d8bea (patch)
treea5cd70ff88dfaf91c005265d6af7b2573ac99008
parent35d73526d89d5999ec1ac4f0b31796a3ea8ee9da (diff)
downloadserverdata-c22a66d917aa0cf5612d6ac47d1cb987410d8bea.tar.gz
serverdata-c22a66d917aa0cf5612d6ac47d1cb987410d8bea.tar.bz2
serverdata-c22a66d917aa0cf5612d6ac47d1cb987410d8bea.tar.xz
serverdata-c22a66d917aa0cf5612d6ac47d1cb987410d8bea.zip
Joaquim - react to [Elixir Of Life]
-rw-r--r--npc/009-5/joaquim.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/009-5/joaquim.txt b/npc/009-5/joaquim.txt
index fb8ed9b6c..4028fd59b 100644
--- a/npc/009-5/joaquim.txt
+++ b/npc/009-5/joaquim.txt
@@ -102,12 +102,16 @@ L_Found:
next;
select
l("I will do it, don't worry."),
+ rif(countitem(ElixirOfLife), l("I have one here...")),
l("Ahh, too many items. Sorry.");
mes "";
mesn;
if (@menu == 1) {
mes lg("Thanks! Thanks! Savior! Hurry up!");
setq HalinarzoQuest_SickWife, 2;
+ } else if (@menu == 2) {
+ mes l("Uhm, sorry, I don't trust stuff you get at market. You know.");
+ mes l("Full of agrotoxins, transgenics and whatever. Not safe.");
} else {
mes l("Oh noes, who nows can help my wife? Please reconsider!");
}