diff --git a/src/open_dread_rando/patcher_editor.py b/src/open_dread_rando/patcher_editor.py index 3c8ec23d1..4938ef4bf 100644 --- a/src/open_dread_rando/patcher_editor.py +++ b/src/open_dread_rando/patcher_editor.py @@ -144,7 +144,7 @@ def copy_actor(self, scenario: str, coords, templateActor: Container, newName: s def find_type_of_actor(self, scenario_name: str, actordef: str, actor_layer: ActorLayer = ActorLayer.ENTITIES) -> list[tuple[str, Container]]: """ - Iterably get every actor with given actordef in a scenario + Get every actor with given actordef in a scenario param scenario: the name of the scenario param actordef: the actor definition (bmsad) to filter for