diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/023-3-2/logic.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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; |