diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-13 16:16:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-13 16:16:03 -0300 |
commit | e8b137e5530d459554e9fe31ee784fe7af208986 (patch) | |
tree | eb64d617c7a237c3c38189795373279d16058872 /npc/023-3-2 | |
parent | f063507243d8476e38633b0c0c0aedf2f760bbfb (diff) | |
download | serverdata-e8b137e5530d459554e9fe31ee784fe7af208986.tar.gz serverdata-e8b137e5530d459554e9fe31ee784fe7af208986.tar.bz2 serverdata-e8b137e5530d459554e9fe31ee784fe7af208986.tar.xz serverdata-e8b137e5530d459554e9fe31ee784fe7af208986.zip |
Be a bit less overwhelming
Diffstat (limited to 'npc/023-3-2')
-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; |