forked from External/mage
* Fixed a problem that a gained "is all creature types" from continous effects were not propertly reset on permanents.
This commit is contained in:
parent
3ced3fde11
commit
48cfe249f7
4 changed files with 3 additions and 11 deletions
|
|
@ -124,6 +124,7 @@ public class PermanentCard extends PermanentImpl {
|
|||
}
|
||||
this.subtype.clear();
|
||||
this.subtype.addAll(card.getSubtype(game));
|
||||
this.isAllCreatureTypes = card.isAllCreatureTypes();
|
||||
this.supertype.clear();
|
||||
supertype.addAll(card.getSuperType());
|
||||
this.expansionSetCode = card.getExpansionSetCode();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue