summaryrefslogtreecommitdiff
path: root/npc/025-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-2')
-rw-r--r--npc/025-2/guard.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/025-2/guard.txt b/npc/025-2/guard.txt
index 61dfd10aa..57a742cb4 100644
--- a/npc/025-2/guard.txt
+++ b/npc/025-2/guard.txt
@@ -9,7 +9,7 @@
if (.@q >= 21)
goto L_ShortSummary;
inventoryplace PurificationPotion, 3, ElixirOfLife, 1;
- setpcblock(255, true);
+ setpcblock(PCBLOCK_HARD, true);
mesc l("STORY MODE ENABLED. Monsters won't attack you, so you can read without worries."), 1;
next;
mesn;
@@ -55,7 +55,7 @@
msObjective(false, l("* Find clues"));
msObjective(false, l("* (optional) Save the world!"));
next;
- setpcblock(255, false);
+ setpcblock(PCBLOCK_HARD, false);
setq General_Narrator, 21;
getitem PurificationPotion, 3;
getitem ElixirOfLife, 1;