Another fixes and features (#392)

* fix: doorlights supports emagging now + fix emergency light

* add todo to PointLightAirlockSystem.cs

* tweak: reduce captain armor size

* fix: fix wt550 magazine stored rotation

* add: new lobby songs

* fix: fix lobby music rotation
This commit is contained in:
ThereDrD0
2024-06-29 09:49:43 +03:00
committed by GitHub
parent ef4e2feba9
commit e9232e638c
42 changed files with 68 additions and 28 deletions

View File

@@ -1,5 +1,6 @@
using System.Collections.ObjectModel;
using System.Linq;
using Content.Server._White.Discord.GameTicking;
using Content.Server.Announcements;
using Content.Server.Discord;
using Content.Server.GameTicking.Events;
@@ -22,6 +23,7 @@ using Robust.Shared.Player;
using Robust.Shared.Random;
using Robust.Shared.Utility;
using Content.Server._White.PandaSocket.Main;
using Content.Server._White.RealRoundEnded;
using Content.Server._White.Reputation;
using Content.Server._White.Stalin;
using Content.Shared._White;
@@ -503,6 +505,7 @@ namespace Content.Server.GameTicking
_sawmill.Info("Restarting round!");
SendServerMessage(Loc.GetString("game-ticker-restart-round"));
RaiseLocalEvent(new RealRoundEndedEvent());
RoundNumberMetric.Inc();
@@ -858,4 +861,4 @@ namespace Content.Server.GameTicking
_doNewLine = true;
}
}
}
}