Fixed the magic projectile ability

This commit is contained in:
Sollace 2022-10-09 00:23:47 +02:00
parent 986c4a5f85
commit f3cdeaf504

View file

@ -80,7 +80,7 @@ public class UnicornProjectileAbility implements Ability<Hit> {
@Override
public void apply(Pony player, Hit data) {
TypedActionResult<CustomisedSpellType<?>> thrown = player.getCharms().getSpellInHand(Hand.MAIN_HAND);
TypedActionResult<CustomisedSpellType<?>> thrown = player.getCharms().getSpellInHand(Hand.OFF_HAND);
if (thrown.getResult() != ActionResult.FAIL) {