diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-05 14:14:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-05 14:14:15 -0300 |
commit | c22a66d917aa0cf5612d6ac47d1cb987410d8bea (patch) | |
tree | a5cd70ff88dfaf91c005265d6af7b2573ac99008 /npc/009-5/joaquim.txt | |
parent | 35d73526d89d5999ec1ac4f0b31796a3ea8ee9da (diff) | |
download | serverdata-c22a66d917aa0cf5612d6ac47d1cb987410d8bea.tar.gz serverdata-c22a66d917aa0cf5612d6ac47d1cb987410d8bea.tar.bz2 serverdata-c22a66d917aa0cf5612d6ac47d1cb987410d8bea.tar.xz serverdata-c22a66d917aa0cf5612d6ac47d1cb987410d8bea.zip |
Joaquim - react to [Elixir Of Life]
Diffstat (limited to 'npc/009-5/joaquim.txt')
-rw-r--r-- | npc/009-5/joaquim.txt | 4 |
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!"); } |