Bone Storm buff

This commit is contained in:
Chiss 2015-01-30 16:10:03 +11:00
parent c066cb5185
commit 5b112caa4a
1 changed files with 2 additions and 2 deletions

View File

@ -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";
}