mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
merge
This commit is contained in:
commit
1b51ecd2e5
1 changed files with 46 additions and 48 deletions
|
|
@ -60,7 +60,6 @@ public class BlasphemousAct extends CardImpl<BlasphemousAct> {
|
|||
|
||||
@Override
|
||||
public void adjustCosts(Ability ability, Game game) {
|
||||
if (MetalcraftCondition.getInstance().apply(game, ability)) {
|
||||
int creatureCount = game.getState().getBattlefield().getAllActivePermanents(new FilterCreaturePermanent()).size();
|
||||
int cost = 8 - creatureCount;
|
||||
String adjustedCost = "{R}";
|
||||
|
|
@ -70,7 +69,6 @@ public class BlasphemousAct extends CardImpl<BlasphemousAct> {
|
|||
ability.getManaCostsToPay().clear();
|
||||
ability.getManaCostsToPay().load(adjustedCost);
|
||||
}
|
||||
}
|
||||
|
||||
public BlasphemousAct(final BlasphemousAct card) {
|
||||
super(card);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue