Skip to content

Commit

Permalink
Update find_type_of_actor docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MayberryZoom committed Oct 17, 2024
1 parent 3404309 commit 5b6c5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_dread_rando/patcher_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b6c5ec

Please sign in to comment.