TUNIC: Implement support for connection plando (#2864)

This commit is contained in:
Scipio Wright
2024-03-15 12:52:05 -04:00
committed by GitHub
parent 2a8784ef72
commit e6198585c8
7 changed files with 150 additions and 121 deletions

View File

@@ -226,7 +226,7 @@ class TunicWorld(World):
"logic_rules": self.options.logic_rules.value,
"lanternless": self.options.lanternless.value,
"maskless": self.options.maskless.value,
"entrance_rando": self.options.entrance_rando.value,
"entrance_rando": bool(self.options.entrance_rando.value),
"Hexagon Quest Prayer": self.ability_unlocks["Pages 24-25 (Prayer)"],
"Hexagon Quest Holy Cross": self.ability_unlocks["Pages 42-43 (Holy Cross)"],
"Hexagon Quest Icebolt": self.ability_unlocks["Pages 52-53 (Icebolt)"],