Timespinner: Re-added missing enmemy rando option #4235

This commit is contained in:
Jarno
2024-11-24 15:57:39 +01:00
committed by GitHub
parent 5729b78504
commit 03b90cf39b
2 changed files with 7 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ class TimespinnerWorld(World):
"Cantoran": self.options.cantoran.value,
"LoreChecks": self.options.lore_checks.value,
"BossRando": self.options.boss_rando.value,
"EnemyRando": self.options.enemy_rando.value,
"DamageRando": self.options.damage_rando.value,
"DamageRandoOverrides": self.options.damage_rando_overrides.value,
"HpCap": self.options.hp_cap.value,