From aa95ff664a860e1d8a495098f337a7f36962cdd3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Dec 2021 15:46:30 -0300 Subject: Tentatively replace SC_COLD with SC_FROSTMISTY --- npc/006-7/ctrl.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') 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; -- cgit v1.2.3-60-g2f50