mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fixed braces in previous commit
This commit is contained in:
parent
6435ef5d34
commit
e3fba64442
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class BrinkOfDisaster extends CardImpl<BrinkOfDisaster> {
|
|||
}
|
||||
|
||||
public BrinkOfDisaster(UUID ownerId) {
|
||||
super(ownerId, 52, ""Brink of Disaster, Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT}, "{2}{B}{B}");
|
||||
super(ownerId, 52, "Brink of Disaster", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT}, "{2}{B}{B}");
|
||||
this.expansionSetCode = "WWK";
|
||||
this.subtype.add("Aura");
|
||||
|
||||
|
|
Loading…
Reference in a new issue