The Messenger: Add an FAQ (#4718)

This commit is contained in:
Aaron Wagener
2025-04-10 12:03:05 -05:00
committed by GitHub
parent 78c93d7e39
commit 399958c881
2 changed files with 21 additions and 3 deletions

View File

@@ -147,7 +147,9 @@ class MusicBox(DefaultOnToggle):
class NotesNeeded(Range):
"""How many notes are needed to access the Music Box."""
"""
How many notes need to be found in order to access the Music Box. 6 are always needed to enter, so this places the others in your start inventory.
"""
display_name = "Notes Needed"
range_start = 1
range_end = 6