From: lzk <124214523+lzk228@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:50:59 +0000 (+0200) Subject: fix conjugate have in cryo locale string (#31993) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=e490b69b4e4fd49f6fecf7a1e066fab1c7a1e630;p=space-station-14.git fix conjugate have in cryo locale string (#31993) --- diff --git a/Content.Server/Bed/Cryostorage/CryostorageSystem.cs b/Content.Server/Bed/Cryostorage/CryostorageSystem.cs index dd89ba2f72..cd4aa4a098 100644 --- a/Content.Server/Bed/Cryostorage/CryostorageSystem.cs +++ b/Content.Server/Bed/Cryostorage/CryostorageSystem.cs @@ -239,6 +239,7 @@ public sealed class CryostorageSystem : SharedCryostorageSystem Loc.GetString( "earlyleave-cryo-announcement", ("character", name), + ("entity", ent.Owner), ("job", CultureInfo.CurrentCulture.TextInfo.ToTitleCase(jobName)) ), Loc.GetString("earlyleave-cryo-sender"), playDefaultSound: false diff --git a/Resources/Locale/en-US/bed/cryostorage/cryogenic-storage.ftl b/Resources/Locale/en-US/bed/cryostorage/cryogenic-storage.ftl index 500a530562..7d1c079443 100644 --- a/Resources/Locale/en-US/bed/cryostorage/cryogenic-storage.ftl +++ b/Resources/Locale/en-US/bed/cryostorage/cryogenic-storage.ftl @@ -2,5 +2,5 @@ ### Announcement earlyleave-cryo-job-unknown = Unknown -earlyleave-cryo-announcement = {$character} ({$job}) has entered cryogenic storage! +earlyleave-cryo-announcement = {$character} ({$job}) { CONJUGATE-HAVE($entity) } entered cryogenic storage! earlyleave-cryo-sender = Station