diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-14 16:09:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-14 16:09:49 -0300 |
commit | c733872ea010e47facfec2b915acd0873a611bf9 (patch) | |
tree | 515a050654921c6995617157328841e825ff27bf /npc/025-2 | |
parent | 16cf7d67834ab45de67a2dce2ec7406373547816 (diff) | |
download | serverdata-c733872ea010e47facfec2b915acd0873a611bf9.tar.gz serverdata-c733872ea010e47facfec2b915acd0873a611bf9.tar.bz2 serverdata-c733872ea010e47facfec2b915acd0873a611bf9.tar.xz serverdata-c733872ea010e47facfec2b915acd0873a611bf9.zip |
Update PCBLOCK
Diffstat (limited to 'npc/025-2')
-rw-r--r-- | npc/025-2/guard.txt | 4 |
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; |