mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[MBS] Concussive Bolt
[MBS] Battle Cries Starter deck
This commit is contained in:
parent
4a55a252a7
commit
e7be3591d4
3 changed files with 140 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import mage.game.Game;
|
|||
*/
|
||||
public class Metalcraft implements Condition {
|
||||
|
||||
private static FilterPermanent filter = new FilterPermanent("artifact");
|
||||
private static final FilterPermanent filter = new FilterPermanent("artifact");
|
||||
|
||||
static {
|
||||
filter.getCardType().add(Constants.CardType.ARTIFACT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue