mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
* Skybind - Fixed wrong casting costs of Skybind (was WW instead of 3WW).
This commit is contained in:
parent
81e396555c
commit
d95c2627f4
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class Skybind extends CardImpl<Skybind> {
|
|||
}
|
||||
|
||||
public Skybind(UUID ownerId) {
|
||||
super(ownerId, 25, "Skybind", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{W}{W}");
|
||||
super(ownerId, 25, "Skybind", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{3}{W}{W}");
|
||||
this.expansionSetCode = "JOU";
|
||||
|
||||
this.color.setWhite(true);
|
||||
|
|
Loading…
Add table
Reference in a new issue