Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zoli111 authored Oct 28, 2023
1 parent 9e04789 commit 682f524
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 682f524

Please sign in to comment.