[LTR] update spoiler

This commit is contained in:
theelk801 2023-05-06 08:26:56 -04:00
parent f91543411f
commit e1083ece10
2 changed files with 3 additions and 1 deletions

View file

@ -9,7 +9,7 @@ import java.util.List;
public final class TheLordOfTheRingsTalesOfMiddleEarth extends ExpansionSet {
private static final List<String> unfinished = Arrays.asList("Frodo, Sauron's Bane", "Gollum, Patient Plotter", "Samwise the Stouthearted");
private static final List<String> unfinished = Arrays.asList("Call of the Ring", "Frodo, Sauron's Bane", "Gollum, Patient Plotter", "Samwise the Stouthearted");
private static final TheLordOfTheRingsTalesOfMiddleEarth instance = new TheLordOfTheRingsTalesOfMiddleEarth();
public static TheLordOfTheRingsTalesOfMiddleEarth getInstance() {