about summary refs log tree commit diff stats
path: root/apworld
diff options
context:
space:
mode:
Diffstat (limited to 'apworld')
-rw-r--r--apworld/__init__.py4
1 files changed, 4 insertions, 0 deletions
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):
182 # returning slot_data so it regens, giving it back in multiworld.re_gen_passthrough 182 # returning slot_data so it regens, giving it back in multiworld.re_gen_passthrough
183 # we are using re_gen_passthrough over modifying the world here due to complexities with ER 183 # we are using re_gen_passthrough over modifying the world here due to complexities with ER
184 return slot_data 184 return slot_data
185
186component = Component("Lingo 2 Client", component_type=Type.CLIENT, func=launch_client,
187 description="Open Lingo 2.")
188components.append(component)