DLCQuest: logic speed up (#2323)

This commit is contained in:
Fabian Dill
2023-10-26 00:51:32 +02:00
committed by GitHub
parent aa73dbab2d
commit 88d69dba97
4 changed files with 42 additions and 38 deletions

View File

@@ -11,6 +11,8 @@ from . import Options, data
class DLCQuestItem(Item):
game: str = "DLCQuest"
coins: int = 0
coin_suffix: str = ""
offset = 120_000