mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
fix as foretold + revelation illegal cast
This commit is contained in:
@@ -3324,7 +3324,8 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars {
|
|||||||
public final void updateMayPlay() {
|
public final void updateMayPlay() {
|
||||||
PlayerCollection result = new PlayerCollection();
|
PlayerCollection result = new PlayerCollection();
|
||||||
for (CardPlayOption o : mayPlay.values()) {
|
for (CardPlayOption o : mayPlay.values()) {
|
||||||
result.add(o.getPlayer());
|
if (o.grantsZonePermissions())
|
||||||
|
result.add(o.getPlayer());
|
||||||
}
|
}
|
||||||
getView().setMayPlayPlayers(result);
|
getView().setMayPlayPlayers(result);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user