mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Small combat fixes for Planeswalkers
This commit is contained in:
@@ -477,7 +477,7 @@ public final class CardType implements Comparable<CardType>, CardTypeView {
|
||||
}
|
||||
// we assume that changes are already correctly ordered (taken from TreeMap.values())
|
||||
for (final CardChangedType ct : changedCardTypes) {
|
||||
if(null == newType)
|
||||
if (null == newType)
|
||||
newType = new CardType(CardType.this);
|
||||
|
||||
if (ct.isRemoveCardTypes()) {
|
||||
|
||||
Reference in New Issue
Block a user