mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Fixed some card classes not being final
This commit is contained in:
parent
52aa226622
commit
efaccf8564
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ import java.util.UUID;
|
|||
/**
|
||||
* @author PurpleCrowbar
|
||||
*/
|
||||
public class NemataPrimevalWarden extends CardImpl {
|
||||
public final class NemataPrimevalWarden extends CardImpl {
|
||||
|
||||
private static final FilterControlledCreaturePermanent filter = new FilterControlledCreaturePermanent("Saproling");
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ import java.util.UUID;
|
|||
/**
|
||||
* @author PurpleCrowbar
|
||||
*/
|
||||
public class RohgahhKherKeepOverlord extends CardImpl {
|
||||
public final class RohgahhKherKeepOverlord extends CardImpl {
|
||||
|
||||
private static final FilterCreaturePermanent controlledKoboldsFilter = new FilterCreaturePermanent(SubType.KOBOLD, "Kobolds");
|
||||
private static final FilterSpell koboldSpellFilter = new FilterSpell("a Kobold spell");
|
||||
|
|
Loading…
Reference in a new issue