LADX: Fixup missing descriptions (#1576)

This commit is contained in:
zig-for
2023-03-23 13:22:42 -07:00
committed by GitHub
parent 256f493ada
commit 5bb6ff0ce0
2 changed files with 68 additions and 45 deletions

View File

@@ -37,7 +37,10 @@ class LinksAwakeningWebWorld(WebWorld):
theme = "dirt"
class LinksAwakeningWorld(World):
"""Insert description of the world/game here."""
"""
After a previous adventure, Link is stranded on Koholint Island, full of mystery and familiar faces.
Gather the 8 Instruments of the Sirens to wake the Wind Fish, so that Link can go home!
"""
game: str = LINKS_AWAKENING # name of the game/world
web = LinksAwakeningWebWorld()