mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
Fixed Morph handling, fixed that face down cards stay face down after zone change.
This commit is contained in:
parent
c888957fa0
commit
f137f9c49c
9 changed files with 59 additions and 7 deletions
|
|
@ -119,7 +119,7 @@ public class PermanentView extends CardView {
|
|||
if (permanentAbility instanceof TurnFaceUpAbility && !permanentAbility.getRuleVisible()) {
|
||||
this.rules.add(permanentAbility.getRule(true));
|
||||
}
|
||||
if (permanentAbility instanceof TurnedFaceUpTriggeredAbility) {
|
||||
if (permanentAbility.getWorksFaceDown()) {
|
||||
this.rules.add(permanentAbility.getRule());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue