From c733872ea010e47facfec2b915acd0873a611bf9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 14 Feb 2021 16:09:49 -0300 Subject: Update PCBLOCK --- npc/025-2/guard.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/025-2/guard.txt') 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; -- cgit v1.2.3-60-g2f50