Skip to content

Commit 6f64bb9

Browse files
authored
Noita: Remove newline from option description so it doesn't look bad on webhost (ArchipelagoMW#2969)
1 parent d0a9d0e commit 6f64bb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

worlds/noita/options.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ class VictoryCondition(Choice):
7878

7979

8080
class ExtraOrbs(Range):
81-
"""Add extra orbs to your item pool, to prevent you from needing to wait as long
82-
for the last orb you need for your victory condition.
81+
"""Add extra orbs to your item pool, to prevent you from needing to wait as long for the last orb you need for your victory condition.
8382
Extra orbs received past your victory condition's amount will be received as hearts instead.
8483
Can be turned on for the Greed Ending goal, but will only really make it harder."""
8584
display_name = "Extra Orbs"

0 commit comments

Comments
 (0)