Noita: Remove newline from option description so it doesn't look bad on webhost (#2969)
This commit is contained in:
parent
d0a9d0e2d1
commit
6f64bb9869
|
@ -78,8 +78,7 @@ class VictoryCondition(Choice):
|
||||||
|
|
||||||
|
|
||||||
class ExtraOrbs(Range):
|
class ExtraOrbs(Range):
|
||||||
"""Add extra orbs to your item pool, to prevent you from needing to wait as long
|
"""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.
|
||||||
for the last orb you need for your victory condition.
|
|
||||||
Extra orbs received past your victory condition's amount will be received as hearts instead.
|
Extra orbs received past your victory condition's amount will be received as hearts instead.
|
||||||
Can be turned on for the Greed Ending goal, but will only really make it harder."""
|
Can be turned on for the Greed Ending goal, but will only really make it harder."""
|
||||||
display_name = "Extra Orbs"
|
display_name = "Extra Orbs"
|
||||||
|
|
Loading…
Reference in New Issue