Skip to content

Commit

Permalink
Noita: Add clarification to check option descriptions (#4553)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScipioWright authored Jan 27, 2025
1 parent b570aa2 commit 43874b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions worlds/noita/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class PathOption(Choice):
class HiddenChests(Range):
"""
Number of hidden chest checks added to the applicable biomes.
Note: The number of hidden chests that spawn per run in each biome varies.
You are expected do multiple runs to get all of your checks.
"""
display_name = "Hidden Chests per Biome"
range_start = 0
Expand All @@ -30,6 +32,8 @@ class HiddenChests(Range):
class PedestalChecks(Range):
"""
Number of checks that will spawn on pedestals in the applicable biomes.
Note: The number of pedestals that spawn per run in each biome varies.
You are expected do multiple runs to get all of your checks.
"""
display_name = "Pedestal Checks per Biome"
range_start = 0
Expand Down

0 comments on commit 43874b1

Please sign in to comment.