The Messenger: Hotfix item links filler gen (#3078)

This commit is contained in:
Aaron Wagener
2024-04-18 11:59:30 -05:00
committed by GitHub
parent 580c9c3943
commit 5711d2c309
3 changed files with 26 additions and 20 deletions

View File

@@ -1,5 +1,4 @@
from dataclasses import dataclass
from datetime import date
from typing import Dict
from schema import And, Optional, Or, Schema
@@ -203,8 +202,6 @@ class MessengerOptions(DeathLinkMixin, PerGameCommonOptions):
notes_needed: NotesNeeded
total_seals: AmountSeals
percent_seals_required: RequiredSeals
traps: Traps
shop_price: ShopPrices
shop_price_plan: PlannedShopPrices
if date.today() > date(2024, 4, 1):
traps: Traps