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/012-6/nurse.txt | |
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/012-6/nurse.txt')
-rw-r--r-- | npc/012-6/nurse.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-6/nurse.txt b/npc/012-6/nurse.txt index 9bad71509..b2d3dc310 100644 --- a/npc/012-6/nurse.txt +++ b/npc/012-6/nurse.txt @@ -59,7 +59,7 @@ L_BLCore: percentheal -90, 0; addtimer(180000, "Hurnscald's Nurse::OnDonationComplete"); slide 34, 29; - setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_USEITEM|PCBLOCK_MOVE, true); + setpcblock(PCBLOCK_SOFT, true); dispbottom l("Any movement/skill/item will be without effect until time is up."); closedialog; close; @@ -69,7 +69,7 @@ L_BLCore: OnDonationComplete: if (checkpcblock() & PCBLOCK_ATTACK) - setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_USEITEM|PCBLOCK_MOVE, false); + setpcblock(PCBLOCK_SOFT, false); slide 58, 67; percentheal 100, 0; getexp readparam(Hp)*2, readparam(Hp)/100; |