10111213141516
public TheyKeepComing() { super("They Keep Coming", Faction.Zombies, Target.General); } public void play(Callback callback) { getOwner().addMove(new PlayMinionFromDiscard()); }