mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
The Messenger: Add a plando guide (#4719)
This commit is contained in:
@@ -46,8 +46,16 @@ class MessengerWeb(WebWorld):
|
||||
"setup/en",
|
||||
["alwaysintreble"],
|
||||
)
|
||||
plando_en = Tutorial(
|
||||
"The Messenger Plando Guide",
|
||||
"A guide detailing The Messenger's various supported plando options.",
|
||||
"English",
|
||||
"plando_en.md",
|
||||
"plando/en",
|
||||
["alwaysintreble"],
|
||||
)
|
||||
|
||||
tutorials = [tut_en]
|
||||
tutorials = [tut_en, plando_en]
|
||||
|
||||
|
||||
class MessengerWorld(World):
|
||||
|
Reference in New Issue
Block a user