diff --git a/src/ProgressiveColonizationSystem/CrewBlurbs.cs b/src/ProgressiveColonizationSystem/CrewBlurbs.cs index ae21a1a..a557bcd 100644 --- a/src/ProgressiveColonizationSystem/CrewBlurbs.cs +++ b/src/ProgressiveColonizationSystem/CrewBlurbs.cs @@ -97,6 +97,8 @@ string Replacer(Match match) return GetGroupDescription(crewDescriptors, false); case "[victims_hashave]": return crewDescriptors.hashave(); + case "[victims_isare]": + return crewDescriptors.isare(); case "[victims_hishertheir]": return crewDescriptors.hishertheir(); case "[crew]": @@ -228,6 +230,8 @@ public static class CrewBlurbExtensions { public static string hashave(this List crewDescriptors) => crewDescriptors.Count > 1 ? "have" : "has"; + public static string isare(this List crewDescriptors) + => crewDescriptors.Count > 1 ? "are" : "is"; public static string hishertheir(this List crewDescriptors) => crewDescriptors.Count == 1 ? crewDescriptors[0].hisher : "their"; } diff --git a/src/ProgressiveColonizationSystem/GameData/ProgressiveColonizationSystem/Localization/en-us.cfg b/src/ProgressiveColonizationSystem/GameData/ProgressiveColonizationSystem/Localization/en-us.cfg index f920a2d..fdc9f63 100644 --- a/src/ProgressiveColonizationSystem/GameData/ProgressiveColonizationSystem/Localization/en-us.cfg +++ b/src/ProgressiveColonizationSystem/GameData/ProgressiveColonizationSystem/Localization/en-us.cfg @@ -128,7 +128,7 @@ #LOC_KPBS_NOT_RESEARCHED = You cannot choose this tier because you haven't deployed and used a\npart of lower tier yet. Start small, build up. #LOC_KPBS_CHOOSE_A_BODY_FIRST = You need to choose which body before you can select a tier. - #LOC_KPBS_KERBAL_INCAPACITATED = [victims] [victims_hashave] gone too long without a snack and are no longer able to function! + #LOC_KPBS_KERBAL_INCAPACITATED = [victims] [victims_hashave] gone too long without a snack and [victims_isare] no longer able to function! #LOC_KPBS_KERBAL_HUNGRY_NO_PRODUCTION = [victims] can't find enough snacks to eat and will no longer operate production equipment! #LOC_KPBS_KERBAL_HUNGRY = [victims] can't find enough to snacks to eat! Fix this quick before [victims_hishertheir] families begin litigation!