diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-11 02:03:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-11 02:03:04 -0300 |
commit | 362ec950076022a19764b8293b786610682c9724 (patch) | |
tree | 2d2a4e49bf76bad21ecb330c90bf898312d82985 | |
parent | 81aecfe9e0c64c5ff953edb22b8406e6fb800a06 (diff) | |
download | serverdata-362ec950076022a19764b8293b786610682c9724.tar.gz serverdata-362ec950076022a19764b8293b786610682c9724.tar.bz2 serverdata-362ec950076022a19764b8293b786610682c9724.tar.xz serverdata-362ec950076022a19764b8293b786610682c9724.zip |
Minor improvement to Celestia - react to Cookie
-rw-r--r-- | npc/012-7/celestia.txt | 8 |
1 files changed, 5 insertions, 3 deletions
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."); |