mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Updated basic land abilities to display mana symbol icons
This commit is contained in:
@@ -219,7 +219,7 @@ public final class GameActionUtil {
|
||||
for (int i = 0; i < MagicColor.WUBRG.length; i++ ) {
|
||||
String landType = Constant.Color.BASIC_LANDS.get(i);
|
||||
String color = MagicColor.toShortString(MagicColor.WUBRG[i]);
|
||||
String abString = "AB$ Mana | Cost$ T | Produced$ " + color + " | SpellDescription$ Add " + color + " to your mana pool.";
|
||||
String abString = "AB$ Mana | Cost$ T | Produced$ " + color + " | SpellDescription$ Add {" + color + "} to your mana pool.";
|
||||
for (final Card land : lands) {
|
||||
if (land.isType(landType)) {
|
||||
final SpellAbility sa = AbilityFactory.getAbility(abString, land);
|
||||
|
||||
Reference in New Issue
Block a user