SMW: Fix Option Tooltip (#1651)
This commit is contained in:
parent
f015cf4298
commit
5f447f4e6b
|
@ -88,7 +88,7 @@ class BowserCastleRooms(Choice):
|
||||||
|
|
||||||
class BossShuffle(Choice):
|
class BossShuffle(Choice):
|
||||||
"""
|
"""
|
||||||
How the rooms of Bowser's Castle Front Door behave
|
How bosses are shuffled
|
||||||
None: Bosses are not shuffled
|
None: Bosses are not shuffled
|
||||||
Simple: Four Reznors and the seven Koopalings are shuffled around
|
Simple: Four Reznors and the seven Koopalings are shuffled around
|
||||||
Full: Each boss location gets a fully random boss
|
Full: Each boss location gets a fully random boss
|
||||||
|
|
Loading…
Reference in New Issue