[NEC] fixed Katsumasa, the Animator setting p/t of vehicles (fixes #8777)

This commit is contained in:
Evan Kranzler 2022-03-19 15:44:09 -04:00
parent 9e60e98fb5
commit 1d6bff1177

View file

@ -104,7 +104,7 @@ class KatsumasaTheAnimatorEffect extends OneShotEffect {
game.addEffect(new GainAbilityTargetEffect(
FlyingAbility.getInstance(), Duration.EndOfTurn
), source);
if (permanent.hasSubtype(SubType.VEHICLE, game)) {
if (!permanent.hasSubtype(SubType.VEHICLE, game)) {
game.addEffect(new SetPowerToughnessTargetEffect(
1, 1, Duration.EndOfTurn
), source);