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/003-9 | |
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/003-9')
-rw-r--r-- | npc/003-9/recepcionist.txt | 2 | ||||
-rw-r--r-- | npc/003-9/scripted.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-9/recepcionist.txt b/npc/003-9/recepcionist.txt index b21cedb15..cb6a81c47 100644 --- a/npc/003-9/recepcionist.txt +++ b/npc/003-9/recepcionist.txt @@ -52,7 +52,7 @@ L_Cutscene: instance_set_timeout(360, 360, .@inst); instance_init(.@inst); warp .@mapn$, 36, 47; - setpcblock(255, true); // FIXME: No commands?! Better add a new constant? + setpcblock(PCBLOCK_HARD, true); // NOTE: No commands?! I'm not sure... addtimer 1000, "#TulimInnStory::OnEvent1"; close; diff --git a/npc/003-9/scripted.txt b/npc/003-9/scripted.txt index 752775c93..f8ad67b10 100644 --- a/npc/003-9/scripted.txt +++ b/npc/003-9/scripted.txt @@ -159,7 +159,7 @@ OnEvent20: end; OnEvent21: - setpcblock(255, false); + setpcblock(PCBLOCK_HARD, false); dispbottom l("I better report this to Lua!"); LUA_ASKED_TO_SLEEP=false; end; |