[Brute/FleshHook] Lower base damage. [PC-340]
This commit is contained in:
parent
53fcab596a
commit
9154848ed9
@ -156,7 +156,7 @@ public class FleshHook extends SkillActiveCharge implements IThrown
|
||||
|
||||
//Damage Event
|
||||
Factory.Damage().NewDamageEvent(target, player, null,
|
||||
DamageCause.CUSTOM, 5 + level, false, true, false,
|
||||
DamageCause.CUSTOM, 3 + level, false, true, false,
|
||||
player.getName(), GetName());
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user