Removed getArt and everything related to it.

This commit is contained in:
North 2011-05-30 00:07:02 +03:00
parent 84b79000ff
commit 569191a55a
540 changed files with 158 additions and 2858 deletions

View file

@ -50,9 +50,4 @@ public class MindControl extends mage.sets.magic2010.MindControl {
public MindControl copy() {
return new MindControl(this);
}
@Override
public String getArt() {
return "129175_typ_reg_sty_010.jpg";
}
}