mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Fixed Mitotic Manipulation.
This commit is contained in:
@@ -627,7 +627,7 @@ public final class AbilityFactoryReveal {
|
|||||||
final CardList play = AllZoneUtil.getCardsIn(Zone.Battlefield);
|
final CardList play = AllZoneUtil.getCardsIn(Zone.Battlefield);
|
||||||
for (final Card c : list) {
|
for (final Card c : list) {
|
||||||
for (final Card p : play) {
|
for (final Card p : play) {
|
||||||
if (p.getName().equals(c.getName())) {
|
if (p.getName().equals(c.getName()) && !toReturn.contains(c)) {
|
||||||
toReturn.add(c);
|
toReturn.add(c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user