From 362ec950076022a19764b8293b786610682c9724 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 11 Mar 2019 02:03:04 -0300 Subject: Minor improvement to Celestia - react to Cookie --- npc/012-7/celestia.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'npc/012-7/celestia.txt') diff --git a/npc/012-7/celestia.txt b/npc/012-7/celestia.txt index 8e0d9e740..71b4d0b51 100644 --- a/npc/012-7/celestia.txt +++ b/npc/012-7/celestia.txt @@ -96,9 +96,11 @@ L_TeaQuest: mes ""; mesn; mesq l("Well, the reason why I'm not doing it already is because, you see, I lack cookies."); - //next; - //mesn; - //mesq l("And anyone who hanged out on #evol-dev knows that, well... Cookies are life!"); + if (countitem(DeliciousCookie)) { + next; + mesn; + mesq l("And anyone like you probably already knows that, well... Cookies are life!"); + } next; mesn; mesq l("But I can still make it without cookies, as long that you bring me some other sweeties."); -- cgit v1.2.3-60-g2f50