- Added the option "RemoveTypes" to AF Animate to remove one special type.

- Added Arcum's Weathervane.
This commit is contained in:
Sloth
2011-09-04 10:32:01 +00:00
parent 91ded360f5
commit a40670d9de
3 changed files with 14 additions and 1 deletions

View File

@@ -622,7 +622,7 @@ public class AbilityFactory_Animate {
c.addNewPT(power, toughness, timestamp);
}
if (!types.isEmpty()) {
if (!types.isEmpty() || !removeTypes.isEmpty()) {
c.addChangedCardTypes(types, removeTypes, removeSuperTypes, removeCardTypes, removeSubTypes,
removeCreatureTypes, timestamp);
}