diff --git a/Content.Client/Lobby/LobbyState.cs b/Content.Client/Lobby/LobbyState.cs index 7695da1e5bd..6f6210b67a4 100644 --- a/Content.Client/Lobby/LobbyState.cs +++ b/Content.Client/Lobby/LobbyState.cs @@ -216,6 +216,10 @@ private void UpdateLobbyBackground() { Lobby!.Background.SetRSI(_resourceCache.GetResource(_gameTicker.LobbyBackground).RSI); // ADT Tweak } + else + { + Lobby!.Background.Texture = null; + } } diff --git a/Resources/Prototypes/ADT/AnimatedLobbyScreen/lobbyScreens.yml b/Resources/Prototypes/ADT/AnimatedLobbyScreen/lobbyScreens.yml index 0606e728b4a..4c5c7c2f3b8 100644 --- a/Resources/Prototypes/ADT/AnimatedLobbyScreen/lobbyScreens.yml +++ b/Resources/Prototypes/ADT/AnimatedLobbyScreen/lobbyScreens.yml @@ -26,9 +26,9 @@ id: VangoghLobbyScreen path: /Textures/ADT/LobbyScreens/backgrounds/vangogh.rsi -#- type: animatedLobbyScreen -# id: ThirdLobbyScreen -# path: Ohio/Lobby/backgrounds/3.rsi +- type: animatedLobbyScreen + id: ThirdLobbyScreen + path: /Textures/ADT/LobbyScreens/backgrounds/3.rsi #- type: animatedLobbyScreen # id: FifthLobbyScreen diff --git a/Resources/Textures/ADT/LobbyScreens/backgrounds/milkway.rsi/1.png b/Resources/Textures/ADT/LobbyScreens/backgrounds/milkyway.rsi/1.png similarity index 100% rename from Resources/Textures/ADT/LobbyScreens/backgrounds/milkway.rsi/1.png rename to Resources/Textures/ADT/LobbyScreens/backgrounds/milkyway.rsi/1.png diff --git a/Resources/Textures/ADT/LobbyScreens/backgrounds/milkway.rsi/meta.json b/Resources/Textures/ADT/LobbyScreens/backgrounds/milkyway.rsi/meta.json similarity index 100% rename from Resources/Textures/ADT/LobbyScreens/backgrounds/milkway.rsi/meta.json rename to Resources/Textures/ADT/LobbyScreens/backgrounds/milkyway.rsi/meta.json