GameAction: fixed some problem with Suspend Cards and problem with Target Spells

This commit is contained in:
Hanmac
2016-10-28 12:03:36 +00:00
parent bfc4306774
commit e587704c1f

View File

@@ -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) {