mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fixed suspended creatures not gaining haste.
This commit is contained in:
@@ -124,15 +124,12 @@ public class GameAction {
|
||||
copied = AllZone.getCardFactory().copyCard(c);
|
||||
lastKnownInfo = CardUtil.getLKICopy(c);
|
||||
|
||||
// TODO improve choices here
|
||||
// Certain attributes need to be copied from Hand->Stack and
|
||||
// Stack->Battlefield
|
||||
// these probably can be moved back to SubtractCounters
|
||||
copied.setUnearthed(c.isUnearthed());
|
||||
}
|
||||
|
||||
if (c.wasSuspendCast()) {
|
||||
copied = GameAction.addSuspendTriggers(c);
|
||||
}
|
||||
copied.setUnearthed(c.isUnearthed()); // this might be unnecessary
|
||||
}
|
||||
|
||||
for (final Trigger trigger : c.getTriggers()) {
|
||||
trigger.setHostCard(copied);
|
||||
|
||||
Reference in New Issue
Block a user