Skip to content

Commit

Permalink
fix localization
Browse files Browse the repository at this point in the history
  • Loading branch information
KayzelW committed Feb 22, 2024
1 parent 69e72d5 commit 75729a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Backmen/Arrivals/CentcommSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ private void OnShuttleConsoleEmaged(Entity<ShuttleConsoleComponent> ent, ref Got
return;

_audio.PlayPvs(SparkSound, ent);
_popupSystem.PopupEntity(Loc.GetString("cloning-pod-component-upgrade-emag-requirement"), ent);
_popupSystem.PopupEntity(Loc.GetString("shuttle-console-component-upgrade-emag-requirement"), ent);
args.Handled = true;
EnsureComp<EmaggedComponent>(ent); // для обновления консоли нужно чтобы компонент был до вызыва RefreshShuttleConsoles
_console.RefreshShuttleConsoles();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cloning-pod-biomass = Содержит [color=red]{ $number }[/color] единиц биомассы.
cloning-pod-component-upgrade-emag-requirement = Карточка замыкает что-то внутри капсулы клонирования.
shuttle-console-component-upgrade-emag-requirement = Карточка замыкает что-то внутри консоли управления шаттлом.

0 comments on commit 75729a5

Please sign in to comment.