mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fix Ghastly Conscription not calculating the correct Mana Cost for cards it manifests
This commit is contained in:
@@ -412,7 +412,8 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
|
||||
public Card manifest(Player p) {
|
||||
// Turn Face Down (even if it's DFC).
|
||||
ManaCost cost = this.getManaCost();
|
||||
CardState originalCard = this.getState(CardStateName.Original);
|
||||
ManaCost cost = originalCard.getManaCost();
|
||||
|
||||
boolean isCreature = this.isCreature();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user