mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fixes issue 57
- Bugfix: Liege of the Pit does not have an upkeep cost while Morphed
This commit is contained in:
@@ -3434,6 +3434,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user