Fixed some card classes not being final

This commit is contained in:
PurpleCrowbar 2022-09-08 01:57:59 +01:00
parent 52aa226622
commit efaccf8564
2 changed files with 2 additions and 2 deletions

View file

@ -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");

View file

@ -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");