From 72b9d1f0952aee6e72b9478118dc99e08ff1fa54 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 25 Sep 2025 12:10:07 -0400 Subject: This should've been part of the prev commit --- apworld/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apworld') diff --git a/apworld/__init__.py b/apworld/__init__.py index 6ac2926..9d7d149 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py @@ -182,3 +182,7 @@ class Lingo2World(World): # returning slot_data so it regens, giving it back in multiworld.re_gen_passthrough # we are using re_gen_passthrough over modifying the world here due to complexities with ER return slot_data + +component = Component("Lingo 2 Client", component_type=Type.CLIENT, func=launch_client, + description="Open Lingo 2.") +components.append(component) -- cgit 1.4.1