From 5e5efbf4841d22cad1188f098869ca1ef38e1c9c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Jan 2022 23:30:46 -0300 Subject: Benjamin Frost is SO POWERFUL when using skills, that I had to nerf it. --- npc/001-13/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/001-13/main.txt b/npc/001-13/main.txt index ebdf97a16..6feb8ff4c 100644 --- a/npc/001-13/main.txt +++ b/npc/001-13/main.txt @@ -144,7 +144,7 @@ OnPump: SC_Bonus(.@t, any(SC_BLIND, SC_POISON), 1); } else if ($RAIDING_BOSS$ == "Benjamin the Frost") { .@msg$ = l("Stop on your tracks, unfair being! Freeze!"); - SC_Bonus(.@t, any(SC_FREEZE, SC_SLEEP, SC_SLEEP, SC_SLEEP), 1); + SC_Bonus((.@t / 2), any(SC_FREEZE, SC_SLEEP, SC_SLEEP, SC_SLEEP), 1); } else if ($RAIDING_BOSS$ == "Reid the Terrific") { .@msg$ = l("There is no free speech. Censorship!"); SC_Bonus(.@t, SC_SILENCE, 1); -- cgit v1.2.3-60-g2f50