summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-25 23:30:46 -0300
committerJesusaves <cpntb1@ymail.com>2022-01-25 23:30:46 -0300
commit5e5efbf4841d22cad1188f098869ca1ef38e1c9c (patch)
tree5cb7b24a94608a62cb58eb05ac66f7ec7f8722bb
parent6735fc7b8b39796a20d4c811890a25f9e14a92dd (diff)
downloadserverdata-5e5efbf4841d22cad1188f098869ca1ef38e1c9c.tar.gz
serverdata-5e5efbf4841d22cad1188f098869ca1ef38e1c9c.tar.bz2
serverdata-5e5efbf4841d22cad1188f098869ca1ef38e1c9c.tar.xz
serverdata-5e5efbf4841d22cad1188f098869ca1ef38e1c9c.zip
Benjamin Frost is SO POWERFUL when using skills, that I had to nerf it.
-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);