summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/018-6-1/main.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt
index b40a9b992..bdb483646 100644
--- a/npc/018-6-1/main.txt
+++ b/npc/018-6-1/main.txt
@@ -151,6 +151,7 @@ OnInit:
close;
OnMain:
+ showavatar NPC_GUARD_DEAD;
setpcblock(PCBLOCK_HARD, true);
mesc l("STORY MODE ENABLED. Monsters won't attack you, so you can read without worries."), 1;
next;
@@ -179,6 +180,7 @@ OnMain:
setq3 LoFQuest_Barbara, 1;
disablenpc instance_npcname(.name$); // NPC will now go to rest
setpcblock(PCBLOCK_HARD, false);
+ showavatar;
close;
OnInit: