diff options
Diffstat (limited to 'world/map/npc/005-4/bossfight.txt')
-rw-r--r-- | world/map/npc/005-4/bossfight.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/005-4/bossfight.txt b/world/map/npc/005-4/bossfight.txt index 506cdeae..34585360 100644 --- a/world/map/npc/005-4/bossfight.txt +++ b/world/map/npc/005-4/bossfight.txt @@ -125,14 +125,14 @@ L_Start_Level_3: // Being ticks onChaos: - if (isdead(0)) end; + if (isdead()) end; L_Set_Color: message strcharinfo(0), "You feel funny. You think your color has changed."; set @ELE_CAVE_COLOR, rand(1, 2); end; onTick: - if (isdead(0)) end; + if (isdead()) end; // Count this player as alive set $@ELE_CAVE_PLAYER_COUNT, $@ELE_CAVE_PLAYER_COUNT + 1; |