diff options
-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."); |