mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Cleanup in AF ChangeZone.
This commit is contained in:
@@ -248,7 +248,6 @@ public final class AbilityFactoryChangeZone {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
for (ZoneType z : zone) {
|
for (ZoneType z : zone) {
|
||||||
if (z.isHidden()) {
|
if (z.isHidden()) {
|
||||||
return true;
|
return true;
|
||||||
@@ -2348,11 +2347,7 @@ public final class AbilityFactoryChangeZone {
|
|||||||
|
|
||||||
for (final Card c : list) {
|
for (final Card c : list) {
|
||||||
final Card actualCard = AllZoneUtil.getCardState(c);
|
final Card actualCard = AllZoneUtil.getCardState(c);
|
||||||
if (actualCard != null) {
|
|
||||||
ret.add(actualCard);
|
ret.add(actualCard);
|
||||||
} else {
|
|
||||||
ret.add(c);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user