Bone Storm buff
This commit is contained in:
parent
c066cb5185
commit
5b112caa4a
@ -135,7 +135,7 @@ public class PerkBoneRush extends SmashPerk implements IThrown
|
||||
event.AddKnockback(GetName(), 10);
|
||||
|
||||
if (event.GetReason() != null && event.GetReason().contains("Bone Storm"))
|
||||
event.AddKnockback(GetName(), 15);
|
||||
event.AddKnockback(GetName(), 6);
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -153,7 +153,7 @@ public class PerkBoneRush extends SmashPerk implements IThrown
|
||||
|
||||
if (isSuperActive(damager))
|
||||
{
|
||||
damage = 1.4;
|
||||
damage = 3;
|
||||
reason = "Bone Storm";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user