Lingo: Fix world load on frozen 3.8 (#3220)

* Lingo: Fix world load on frozen 3.8

* Fixed absolute imports in unit test

* Made unpickling safer
This commit is contained in:
Star Rauchenberger
2024-04-29 13:38:29 -05:00
committed by GitHub
parent fc4e6adff5
commit 487a067d10
3 changed files with 11 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ from dataclasses import dataclass
from schema import And, Schema
from Options import Toggle, Choice, DefaultOnToggle, Range, PerGameCommonOptions, StartInventoryPool, OptionDict
from worlds.lingo.items import TRAP_ITEMS
from .items import TRAP_ITEMS
class ShuffleDoors(Choice):