summaryrefslogtreecommitdiff
path: root/npc/001-13
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-13')
-rw-r--r--npc/001-13/main.txt2
1 files changed, 1 insertions, 1 deletions
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);