diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-25 23:30:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-25 23:30:46 -0300 |
commit | 5e5efbf4841d22cad1188f098869ca1ef38e1c9c (patch) | |
tree | 5cb7b24a94608a62cb58eb05ac66f7ec7f8722bb /npc/001-13 | |
parent | 6735fc7b8b39796a20d4c811890a25f9e14a92dd (diff) | |
download | serverdata-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.
Diffstat (limited to 'npc/001-13')
-rw-r--r-- | npc/001-13/main.txt | 2 |
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); |