Skip to content

Commit

Permalink
Merge pull request #1593 from zoli111/typo-fix
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
heinezen authored Oct 28, 2023
2 parents 9e04789 + 682f524 commit 821a6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openage/convert/entity_object/conversion/ror/genie_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(

def is_garrison(self, civ_id: int = -1) -> bool:
"""
Only transport shis can garrison in RoR.
Only transport ships can garrison in RoR.
:returns: True if the unit has the unload command (ID: 12).
"""
Expand Down Expand Up @@ -229,7 +229,7 @@ def __init__(

def is_garrison(self, civ_id: int = -1) -> bool:
"""
Only transport shis can garrison in RoR.
Only transport ships can garrison in RoR.
:returns: True if the unit has the unload command (ID: 12).
"""
Expand Down

0 comments on commit 821a6d1

Please sign in to comment.