mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Routing Flashback button through the InputProxy to attempt fix for Oracle of Mul Daya/trigger issue
This commit is contained in:
@@ -104,6 +104,10 @@ public class CField implements ICDoc {
|
||||
if (player.getLobbyPlayer() != CField.this.viewer) {
|
||||
return;
|
||||
}
|
||||
|
||||
CPrompt.SINGLETON_INSTANCE.getInputControl().selectCard(c, null);
|
||||
// Temporarily commenting out the below to route, Flashback cards through the InputProxy
|
||||
/*
|
||||
final Game game = player.getGame();
|
||||
// TODO: "can play" check needed!
|
||||
|
||||
@@ -116,6 +120,7 @@ public class CField implements ICDoc {
|
||||
game.getStack().addAllTirggeredAbilitiesToStack();
|
||||
}});
|
||||
}
|
||||
*/
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user