Reduce the knockback of frosting's snowballs by 50%

This commit is contained in:
Sam 2018-01-03 22:32:12 +00:00 committed by Alexander Meech
parent 127be0f387
commit 361b6c57ec
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ public class PerkSlowSnowball extends Perk
}
Manager.GetCondition().Factory().Slow(GetName(), damagee, damager, 3, 1, false, true, false, false);
event.AddMod(damager.getName(), "Snowball", 1, true);
event.AddMod(damager.getName(), GetName(), 1, true);
event.AddKnockback(GetName(), -0.5);
}
@EventHandler