mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fix failing manifest test?
This commit is contained in:
@@ -174,7 +174,7 @@ public class CardFactoryUtil {
|
||||
}
|
||||
|
||||
public static AbilityStatic abilityManifestFaceUp(final Card sourceCard, final ManaCost manaCost) {
|
||||
final Cost cost = new Cost(manaCost, false);
|
||||
final Cost cost = new Cost(manaCost, true);
|
||||
|
||||
final AbilityStatic manifestUp = new AbilityStatic(sourceCard, cost, null) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user