From e8b137e5530d459554e9fe31ee784fe7af208986 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Sep 2019 16:16:03 -0300 Subject: Be a bit less overwhelming --- npc/023-3-2/logic.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/023-3-2') diff --git a/npc/023-3-2/logic.txt b/npc/023-3-2/logic.txt index cbee9b27e..58ca5f750 100644 --- a/npc/023-3-2/logic.txt +++ b/npc/023-3-2/logic.txt @@ -194,6 +194,8 @@ OnInit: mesc l("They must be reagents used in alchemy."); if (!(.@q & .hcID)) setq3 FrostiaQuest_Homunculus, .@q|.hcID; + else + mesc l("I don't think I needed to keep looking these potions."); close; OnInit: .hcID=16; @@ -277,6 +279,8 @@ OnInit: mesc l("Inside it, seems to be several magic reagents, powders, and other stuff."); if (!(.@q & .hcID)) setq3 FrostiaQuest_Homunculus, .@q|.hcID; + else + mesc l("I don't think I needed to keep looking these wardrobes."); close; OnInit: .hcID=512; @@ -298,6 +302,8 @@ OnInit: mesc l("These barrels are sealed and heavy. It's impossible to know what's inside. There's a marking on them, you copy them somewhere."); if (!(.@q & .hcID)) setq3 FrostiaQuest_Homunculus, .@q|.hcID; + else + mesc l("I don't think I needed to keep looking these barrels."); close; OnInit: .hcID=1024; -- cgit v1.2.3-60-g2f50