From 682f52487a7d5276dcee3b77d6c6d477e7650f46 Mon Sep 17 00:00:00 2001 From: zoli111 Date: Sat, 28 Oct 2023 20:55:44 +0200 Subject: [PATCH] Fix typos --- openage/convert/entity_object/conversion/ror/genie_unit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openage/convert/entity_object/conversion/ror/genie_unit.py b/openage/convert/entity_object/conversion/ror/genie_unit.py index 86e6b4986c..c2fe46267f 100644 --- a/openage/convert/entity_object/conversion/ror/genie_unit.py +++ b/openage/convert/entity_object/conversion/ror/genie_unit.py @@ -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). """ @@ -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). """