Fix default cargo_ship name

This commit is contained in:
Raffson 2023-10-02 17:42:14 +02:00
parent b3f5afe36b
commit 227134d9c1
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -200,7 +200,7 @@ class Faction:
faction = Faction(
locales=json.get("locales"),
country=country,
cargo_ship=ShipUnitType.named(json.get("cargo_ship", "Handy Wind")),
cargo_ship=ShipUnitType.named(json.get("cargo_ship", "Bulker Handy Wind")),
)
faction.name = json.get("name", "")