summaryrefslogtreecommitdiff
path: root/npc/042-2/boss.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-2/boss.txt')
-rw-r--r--npc/042-2/boss.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/042-2/boss.txt b/npc/042-2/boss.txt
index 76546396b..524cdb99d 100644
--- a/npc/042-2/boss.txt
+++ b/npc/042-2/boss.txt
@@ -300,7 +300,7 @@ OnTimer1015000:
warp .@t$, .@x[.@v], .@y[.@v];
if (!countitem(Lockpicks))
addtimer 700, .@n$+"::OnFirstSlime";
- setpcblock(255, false);
+ setpcblock(PCBLOCK_HARD, false);
} else {
unitwarp(.@unt[.@i], .@t$, .@x[.@v], .@y[.@v]); // And good luck D:
debugmes "FATAL: Could not attach: %d", .@unt[.@i];
@@ -314,7 +314,7 @@ OnTimer1015000:
OnReward:
.@g=getcharid(2);
if (.@g < 1) die();
- setpcblock(255, true);
+ setpcblock(PCBLOCK_HARD, true);
getitem GuildCoin, min(1, $KAMELOT_MX[.@g]/25);
getexp $KAMELOT_MX[.@g]*50, $KAMELOT_MX[.@g]*10;
dispbottom l("Wait- Something is happening!");