diff options
Diffstat (limited to 'npc/009-5')
-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!"); } |