summaryrefslogtreecommitdiff
path: root/npc/012-6
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-03 16:37:30 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-03 16:37:30 -0300
commit594c661e6d2342adbac146d418458d7872bac662 (patch)
treeb772adceb60d42368d3dbbebe1b23c2b5ae54054 /npc/012-6
parent45ca4be7791975f0e008a8fb60aeadabec2a21c7 (diff)
downloadserverdata-594c661e6d2342adbac146d418458d7872bac662.tar.gz
serverdata-594c661e6d2342adbac146d418458d7872bac662.tar.bz2
serverdata-594c661e6d2342adbac146d418458d7872bac662.tar.xz
serverdata-594c661e6d2342adbac146d418458d7872bac662.zip
Cutscene + several pcblock fixes
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 ad1bf2339..8a1419894 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_ITEM|PCBLOCK_MOVE, true);
+ setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_USEITEM|PCBLOCK_MOVE, 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_ITEM|PCBLOCK_MOVE, false);
+ setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_USEITEM|PCBLOCK_MOVE, false);
slide 58, 67;
percentheal 100, 0;
getexp readparam(Hp)*2, readparam(Hp)/100;