* Fixed a problem that a gained "is all creature types" from continous effects were not propertly reset on permanents.

This commit is contained in:
LevelX2 2018-03-20 13:39:48 +01:00
parent 3ced3fde11
commit 48cfe249f7
4 changed files with 3 additions and 11 deletions

View file

@ -105,6 +105,7 @@ public abstract class MageObjectImpl implements MageObject {
abilities = object.abilities.copy();
this.cardType.addAll(object.cardType);
this.subtype.addAll(object.subtype);
isAllCreatureTypes = object.isAllCreatureTypes;
supertype.addAll(object.supertype);
this.copy = object.copy;
textParts = new ArrayList<>();