mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
GameAction: fixed some problem with Suspend Cards and problem with Target Spells
This commit is contained in:
@@ -241,7 +241,7 @@ public class GameAction {
|
|||||||
copied.getOwner().removeInboundToken(copied);
|
copied.getOwner().removeInboundToken(copied);
|
||||||
|
|
||||||
if (c.wasSuspendCast()) {
|
if (c.wasSuspendCast()) {
|
||||||
copied = GameAction.addSuspendTriggers(c);
|
copied = GameAction.addSuspendTriggers(copied);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (suppress) {
|
if (suppress) {
|
||||||
|
|||||||
Reference in New Issue
Block a user