mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Converted more cards to StAb RaiseCost.
This commit is contained in:
@@ -92,6 +92,10 @@ public class StaticAbilityCostChange {
|
||||
manaCost.increaseShard(ManaCostShard.WHITE, value);
|
||||
} else if (params.get("Color").equals("B")) {
|
||||
manaCost.increaseShard(ManaCostShard.BLACK, value);
|
||||
} else if (params.get("Color").equals("U")) {
|
||||
manaCost.increaseShard(ManaCostShard.BLUE, value);
|
||||
} else if (params.get("Color").equals("R")) {
|
||||
manaCost.increaseShard(ManaCostShard.RED, value);
|
||||
} else if (params.get("Color").equals("G")) {
|
||||
manaCost.increaseShard(ManaCostShard.GREEN, value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user