mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Fixed the description of Slowtrips.
This commit is contained in:
@@ -229,6 +229,7 @@ public class Upkeep extends Phase implements java.io.Serializable {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
slowtrip.setStackDescription(card + " - Draw a card.");
|
slowtrip.setStackDescription(card + " - Draw a card.");
|
||||||
|
slowtrip.setDescription(card + " - Draw a card.");
|
||||||
|
|
||||||
AllZone.getStack().addSimultaneousStackEntry(slowtrip);
|
AllZone.getStack().addSimultaneousStackEntry(slowtrip);
|
||||||
|
|
||||||
@@ -253,6 +254,7 @@ public class Upkeep extends Phase implements java.io.Serializable {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
slowtrip.setStackDescription(card.getName() + " - Draw a card");
|
slowtrip.setStackDescription(card.getName() + " - Draw a card");
|
||||||
|
slowtrip.setDescription(card + " - Draw a card.");
|
||||||
|
|
||||||
AllZone.getStack().addSimultaneousStackEntry(slowtrip);
|
AllZone.getStack().addSimultaneousStackEntry(slowtrip);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user