summaryrefslogtreecommitdiff
path: root/npc/018-6-1/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-6-1/main.txt')
-rw-r--r--npc/018-6-1/main.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt
index 3a8744390..b40a9b992 100644
--- a/npc/018-6-1/main.txt
+++ b/npc/018-6-1/main.txt
@@ -151,6 +151,9 @@ OnInit:
close;
OnMain:
+ setpcblock(PCBLOCK_HARD, true);
+ mesc l("STORY MODE ENABLED. Monsters won't attack you, so you can read without worries."), 1;
+ next;
mesn l("Wounded Soldier");
mesq l("Hey, you! Are you here on Kenton's orders?!");
next;
@@ -175,6 +178,7 @@ OnMain:
mesc l("With a wave, Benjamin returns to report Kenton about the outcome.");
setq3 LoFQuest_Barbara, 1;
disablenpc instance_npcname(.name$); // NPC will now go to rest
+ setpcblock(PCBLOCK_HARD, false);
close;
OnInit: