mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- The opponents Flashback button will no longer allow you to play lands via Crucible of Worlds.
This commit is contained in:
@@ -145,6 +145,10 @@ public class CField implements ICDoc {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void doAction(final Card c) {
|
protected void doAction(final Card c) {
|
||||||
|
// activate opponents cards only via your own flashback button
|
||||||
|
if (player != CField.this.playerViewer) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
final GameState game = player.getGame();
|
final GameState game = player.getGame();
|
||||||
// should I check for who owns these cards? Are there any abilities to be played from opponent's graveyard?
|
// should I check for who owns these cards? Are there any abilities to be played from opponent's graveyard?
|
||||||
final SpellAbility ab = CField.this.playerViewer.getController().getAbilityToPlay(game.getAbilitesOfCard(c, CField.this.playerViewer));
|
final SpellAbility ab = CField.this.playerViewer.getController().getAbilityToPlay(game.getAbilitesOfCard(c, CField.this.playerViewer));
|
||||||
|
|||||||
Reference in New Issue
Block a user