mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
[NEC] fixed Katsumasa, the Animator setting p/t of vehicles (fixes #8777)
This commit is contained in:
parent
9e60e98fb5
commit
1d6bff1177
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue