diff options
Diffstat (limited to 'npc/001-7')
-rw-r--r-- | npc/001-7/homunculus.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/001-7/homunculus.txt b/npc/001-7/homunculus.txt index 248cf5101..179ff7832 100644 --- a/npc/001-7/homunculus.txt +++ b/npc/001-7/homunculus.txt @@ -229,6 +229,9 @@ OnInit: if (!(.@q & 128)) { mesn; mesc l("It's locked."); + next; + mesn strcharinfo(0); + mesc l("Maybe there is a key somewhere near. I should keep looking."); close; } mesn; |