mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
update commander rules to allow vehicles and spacecraft with P/T
This commit is contained in:
parent
c07c2cf1ac
commit
ccaeabaeba
2 changed files with 19 additions and 3 deletions
|
|
@ -52,6 +52,10 @@ public class StationLevelAbility extends StaticAbility {
|
|||
.map(CardUtil::getTextWithFirstCharUpperCase)
|
||||
.collect(Collectors.joining("<br>"));
|
||||
}
|
||||
|
||||
public boolean hasPT() {
|
||||
return this.getEffects().stream().anyMatch(StationLevelCreatureEffect.class::isInstance);
|
||||
}
|
||||
}
|
||||
|
||||
class StationLevelAbilityEffect extends ContinuousEffectImpl {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue