fixed localization for guardian (#21101)
This commit is contained in:
@@ -218,7 +218,7 @@ namespace Content.Server.Guardian
|
|||||||
|
|
||||||
if (args.NewMobState == MobState.Critical)
|
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);
|
_audio.Play("/Audio/Effects/guardian_warn.ogg", Filter.Pvs(component.HostedGuardian.Value), component.HostedGuardian.Value, true);
|
||||||
}
|
}
|
||||||
else if (args.NewMobState == MobState.Dead)
|
else if (args.NewMobState == MobState.Dead)
|
||||||
|
|||||||
Reference in New Issue
Block a user