From 32775ac409649aead61647758b3e5c9711283de5 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Wed, 26 Jun 2024 01:53:05 +0200 Subject: [PATCH] Allow auto-discarding irregular tomestones --- ARDiscard/GameData/ListManager.cs | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ARDiscard/GameData/ListManager.cs b/ARDiscard/GameData/ListManager.cs index f47b176..184df32 100644 --- a/ARDiscard/GameData/ListManager.cs +++ b/ARDiscard/GameData/ListManager.cs @@ -267,6 +267,25 @@ internal sealed class ListManager : IListManager 32048, // Umbral Levinsand #endregion + + #region Irregular Tomestones (after the event is over) + + 24909, // Philosophy + 26536, // Mythology + 28648, // Soldiery + 30272, // Law + 31339, // Esoterics + 33329, // Pageantry + 33330, // Lore + 35834, // Scripture + 36658, // Verity + 38211, // Creation + 39365, // Mendacity + 39919, // Tenfold Pageantry + 41305, // Genesis I + 41306, // Genesis II + + #endregion }; private readonly Configuration _configuration;