mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
[fix] removed creature type requirement from Seraph Sanctuary
This commit is contained in:
parent
519e136431
commit
f2a66f31ec
1 changed files with 0 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ class SeraphSanctuaryTriggeredAbility extends TriggeredAbilityImpl<SeraphSanctua
|
|||
if (event.getType() == EventType.ZONE_CHANGE) {
|
||||
Permanent permanent = game.getPermanent(event.getTargetId());
|
||||
if (((ZoneChangeEvent) event).getToZone() == Zone.BATTLEFIELD
|
||||
&& permanent.getCardType().contains(CardType.CREATURE)
|
||||
&& permanent.hasSubtype("Angel")
|
||||
&& permanent.getControllerId().equals(this.controllerId)) {
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue