Fixed the exertion effect for teleporting

This commit is contained in:
Sollace 2020-05-10 20:03:23 +02:00
parent 1260f0486c
commit 9006b2b295

View file

@ -152,7 +152,7 @@ public class UnicornTeleportAbility implements Ability<Pos> {
@Override
public void preApply(Pony player) {
player.getMagicalReserves().addExertion(3);
player.getMagicalReserves().addExertion(30);
player.spawnParticles(MagicParticleEffect.UNICORN, 5);
}