mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
fixed Cost for Suffer the Past (in CF_Instants.java)
This commit is contained in:
@@ -872,7 +872,7 @@ public class CardFactory_Instants {
|
|||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if (cardName.equals("Suffer the Past"))
|
else if (cardName.equals("Suffer the Past"))
|
||||||
{
|
{
|
||||||
Cost cost = new Cost("2 U B", cardName, false);
|
Cost cost = new Cost("X B", cardName, false);
|
||||||
Target tgt = new Target(card, "Select a Player", "Player");
|
Target tgt = new Target(card, "Select a Player", "Player");
|
||||||
final SpellAbility spell = new Spell(card, cost, tgt){
|
final SpellAbility spell = new Spell(card, cost, tgt){
|
||||||
private static final long serialVersionUID = 1168802375190293222L;
|
private static final long serialVersionUID = 1168802375190293222L;
|
||||||
|
|||||||
Reference in New Issue
Block a user