mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Fixed the exertion effect for teleporting
This commit is contained in:
parent
1260f0486c
commit
9006b2b295
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ public class UnicornTeleportAbility implements Ability<Pos> {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void preApply(Pony player) {
|
public void preApply(Pony player) {
|
||||||
player.getMagicalReserves().addExertion(3);
|
player.getMagicalReserves().addExertion(30);
|
||||||
player.spawnParticles(MagicParticleEffect.UNICORN, 5);
|
player.spawnParticles(MagicParticleEffect.UNICORN, 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue