Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -57,7 +57,7 @@ public sealed class RandomSentience : StationEventSystem
|
||||
foreach (var station in stationsToNotify)
|
||||
{
|
||||
chatSystem.DispatchStationAnnouncement(
|
||||
(EntityUid) station,
|
||||
station,
|
||||
Loc.GetString("station-event-random-sentience-announcement",
|
||||
("kind1", kind1), ("kind2", kind2), ("kind3", kind3), ("amount", groupList.Count),
|
||||
("data", Loc.GetString($"random-sentience-event-data-{RobustRandom.Next(1, 6)}")),
|
||||
|
||||
Reference in New Issue
Block a user