Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratyyy committed Jan 6, 2025
2 parents c7d5180 + c9f59ee commit b65dbff
Show file tree
Hide file tree
Showing 6 changed files with 618 additions and 287 deletions.
4 changes: 3 additions & 1 deletion Content.Client/Corvax/JoinQueue/QueueState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
using Robust.Client.GameObjects;
using Robust.Client.State;
using Robust.Client.UserInterface;
using Robust.Shared.Audio;
using Robust.Client.Audio;
using Robust.Shared.Audio.Systems;
using Robust.Shared.Player;

Expand All @@ -12,7 +14,7 @@ public sealed class QueueState : State
{
[Dependency] private readonly IUserInterfaceManager _userInterfaceManager = default!;
[Dependency] private readonly IClientConsoleHost _consoleHost = default!;
[Dependency] private readonly SharedAudioSystem _audio = default!;
[Dependency] private readonly AudioSystem _audio = default!;

private const string JoinSoundPath = "/Audio/Effects/voteding.ogg";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ public sealed partial class PiratesRuleComponent : Component
AudioParams.Default.WithVolume(4));

[DataField]
public string PiratesShuttlePath = "Maps/ADTMaps/Shuttles/ERT_base.yml";
public string PiratesShuttlePath = "/Maps/ADTMaps/Shuttles/pirate.yml";
}
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/ADT/escape-menu/ui/options-menu.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ ui-options-function-cm-holster-secondary = Вытащить из кобуры,
ui-options-function-cm-holster-tertiary = Вытащить из кобуры, третье оружие
ui-options-function-cm-holster-quaternary = Вытащить из кобуры, четвертое оружие
ui-options-show-offer-mode-indicators = Показывать индикатор передачи предмета
ui-options-function-toggle-crawling = Переключить ползание
ui-options-function-open-languages-menu = Открыть меню выбора языка
ui-options-function-offer-item = Передать что-либо
1 change: 0 additions & 1 deletion Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ ui-options-parallax-low-quality = Низкокачественный парал
ui-options-fps-counter = Показать счётчик FPS
ui-options-vp-width = Ширина окна игры:
ui-options-hud-layout = Тип HUD:
ui-options-function-toggle-crawling = Переключить ползание #ADT Crawling
## Controls menu

Expand Down
Loading

0 comments on commit b65dbff

Please sign in to comment.