mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Added the option "RemoveTypes" to AF Animate to remove one special type.
- Added Arcum's Weathervane.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user