Skip to content

Conversation

@GreenestBeen
Copy link
Contributor

This should allow patch files created before the bosses_selected setting was added to gen.

from randomizer.Prices import CompleteVanillaPrices, RandomizePrices, VanillaPrices
from randomizer.SettingStrings import encrypt_settings_string_enum
from randomizer.ShuffleBosses import (
BossMapList,

Check failure

Code scanning / CodeQL

Module-level cyclic import Error

'BossMapList' may not be defined if module
randomizer.ShuffleBosses
is imported before module
randomizer.Settings
, as the
definition
of BossMapList occurs after the cyclic
import
of randomizer.Settings.
from randomizer.SettingStrings import encrypt_settings_string_enum
from randomizer.ShuffleBosses import (
BossMapList,
KRoolMaps,

Check failure

Code scanning / CodeQL

Module-level cyclic import Error

'KRoolMaps' may not be defined if module
randomizer.ShuffleBosses
is imported before module
randomizer.Settings
, as the
definition
of KRoolMaps occurs after the cyclic
import
of randomizer.Settings.
@UmedMuzl UmedMuzl merged commit 1f0d08f into 2dos:dev Dec 30, 2025
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants