]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
fixed localization for guardian (#21101)
authorSirionaut <148076704+Sirionaut@users.noreply.github.com>
Fri, 20 Oct 2023 17:06:56 +0000 (19:06 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2023 17:06:56 +0000 (20:06 +0300)
Content.Server/Guardian/GuardianSystem.cs

index 118574db3f75bcc80d1d80632d5d256ede1b3168..b6121a7fbda42c95c4b5a85856c1a1da0a2fe13f 100644 (file)
@@ -218,7 +218,7 @@ namespace Content.Server.Guardian
 
             if (args.NewMobState == MobState.Critical)
             {
-                _popupSystem.PopupEntity(Loc.GetString("guardian-critical-warn"), component.HostedGuardian.Value, component.HostedGuardian.Value);
+                _popupSystem.PopupEntity(Loc.GetString("guardian-host-critical-warn"), component.HostedGuardian.Value, component.HostedGuardian.Value);
                 _audio.Play("/Audio/Effects/guardian_warn.ogg", Filter.Pvs(component.HostedGuardian.Value), component.HostedGuardian.Value, true);
             }
             else if (args.NewMobState == MobState.Dead)