mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47: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
|
||||
public void preApply(Pony player) {
|
||||
player.getMagicalReserves().addExertion(3);
|
||||
player.getMagicalReserves().addExertion(30);
|
||||
player.spawnParticles(MagicParticleEffect.UNICORN, 5);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue