Fixes issue 57

- Bugfix: Liege of the Pit does not have an upkeep cost while Morphed
This commit is contained in:
jendave
2011-08-06 08:52:31 +00:00
parent 206973c12c
commit da11550b87

View File

@@ -3434,7 +3434,8 @@ public class GameActionUtil {
for(int i = 0; i < cards.size(); i++) {
final Card c = cards.get(i);
if (c.isFaceDown()) continue;
final Ability sacrificeCreature = new Ability(c, "") {
@Override
public void resolve() {