- Temporarily revert the change for Morbid that's breaking both Echo and Sunburst (will try to recommit a better fix).

This commit is contained in:
Agetian
2015-09-26 04:45:45 +00:00
parent 03ac71657b
commit 1a8260ac84

View File

@@ -251,7 +251,7 @@ public class GameAction {
// "enter the battlefield as a copy" - apply code here
// but how to query for input here and continue later while the callers assume synchronous result?
zoneTo.add(copied, position, c); // the modified state of the card is also reported here (e.g. for Morbid + Awaken)
zoneTo.add(copied, position); // the modified state of the card is also reported here (e.g. for Morbid + Awaken)
if (fromBattlefield) {
c.setZone(zoneTo);