The Messenger: Add an FAQ (#4718)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user