summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/006-7/ctrl.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/006-7/ctrl.txt b/npc/006-7/ctrl.txt
index 22f81858b..b275bfd9a 100644
--- a/npc/006-7/ctrl.txt
+++ b/npc/006-7/ctrl.txt
@@ -332,7 +332,8 @@ OnTimer5000:
specialeffect(66, AREA, .BOSS);
specialeffect(312, AREA, .BOSS);
areaharm(.BOSS, (.hard ? 24 : 18), .@dmg, HARM_MAGI, Ele_Holy, "filter_always", BL_PC|BL_MER|BL_HOM);
- areasc((.hard ? 24 : 18), .@dmg*rand2(50, 100), SC_COLD, BL_PC|BL_HOM|BL_MER, 1, "filter_always", .BOSS, 10001 - (.@hp * 1000));
+ areasc((.hard ? 24 : 18), .@dmg*rand2(50, 100), SC_FROSTMISTY, BL_PC|BL_HOM|BL_MER, 1, "filter_always", .BOSS, 10001 - (.@hp * 1000)); // FIXME
+ // SC_COLD freezes you, so trying SC_FROSTMISTY
}
initnpctimer;