summaryrefslogtreecommitdiff
path: root/npc/012-6
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-14 16:09:49 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-14 16:09:49 -0300
commitc733872ea010e47facfec2b915acd0873a611bf9 (patch)
tree515a050654921c6995617157328841e825ff27bf /npc/012-6
parent16cf7d67834ab45de67a2dce2ec7406373547816 (diff)
downloadserverdata-c733872ea010e47facfec2b915acd0873a611bf9.tar.gz
serverdata-c733872ea010e47facfec2b915acd0873a611bf9.tar.bz2
serverdata-c733872ea010e47facfec2b915acd0873a611bf9.tar.xz
serverdata-c733872ea010e47facfec2b915acd0873a611bf9.zip
Update PCBLOCK
Diffstat (limited to 'npc/012-6')
-rw-r--r--npc/012-6/nurse.txt4
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;