forked from External/mage
ObjectColor objects are mutable, so let's not assign the 'constant' ones to variables
This commit is contained in:
parent
096a2868a9
commit
91176a19dd
13 changed files with 16 additions and 19 deletions
|
|
@ -15,7 +15,7 @@ import mage.cards.CardSetInfo;
|
|||
public class Swamp extends BasicLand {
|
||||
public Swamp(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new BlackManaAbility());
|
||||
this.frameColor = ObjectColor.BLACK;
|
||||
this.frameColor.setBlack(true);
|
||||
}
|
||||
|
||||
public Swamp(Swamp land) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue