From c0d3f140f3566527d310b5ea99f440b1716b6b1a Mon Sep 17 00:00:00 2001 From: espeon65536 Date: Sun, 7 Nov 2021 08:48:40 -0600 Subject: [PATCH] OoT: add description for website --- worlds/oot/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/worlds/oot/__init__.py b/worlds/oot/__init__.py index 89d65bd5..ac8e9fae 100644 --- a/worlds/oot/__init__.py +++ b/worlds/oot/__init__.py @@ -39,6 +39,11 @@ i_o_limiter = threading.Semaphore(2) class OOTWorld(World): + """ + The Legend of Zelda: Ocarina of Time is a 3D action/adventure game. Travel through Hyrule in two time periods, + learn magical ocarina songs, and explore twelve dungeons on your quest. Use Link's many items and abilities + to rescue the Seven Sages, and then confront Ganondorf to save Hyrule! + """ game: str = "Ocarina of Time" options: dict = oot_options topology_present: bool = True