Holiday System (#3122)

This commit is contained in:
Vera Aguilera Puerto
2021-02-12 10:45:22 +01:00
committed by GitHub
parent 857c65d968
commit 9ee0ec4106
36 changed files with 1086 additions and 24 deletions

View File

@@ -1,13 +1,8 @@
using Content.Server.GameObjects.Components.Atmos;
using Content.Server.Interfaces.GameTicking;
using Content.Shared.Atmos;
using Robust.Server.GameObjects.EntitySystems;
using Robust.Server.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.GameObjects.Components.Map;
using Robust.Shared.GameObjects.Systems;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Interfaces.Map;
using Robust.Shared.Interfaces.Random;
using Robust.Shared.IoC;
using Robust.Shared.Log;
using Robust.Shared.Map;
@@ -30,7 +25,7 @@ namespace Content.Server.StationEvents
protected override string? EndAnnouncement => "The source of the gas leak has been fixed. Please be cautious around areas with gas remaining.";
private static readonly Gas[] LeakableGases = {
Gas.Phoron,
Gas.Plasma,
Gas.Tritium,
};