Updated FlammableComponent in a few DeltaV specific files to Shared
This commit is contained in:
parent
9d42f336db
commit
581f58ca04
|
|
@ -1,6 +1,6 @@
|
|||
using Content.Shared.Actions;
|
||||
using Content.Shared.Abilities.Psionics;
|
||||
using Content.Server.Atmos.Components;
|
||||
using Content.Shared.Atmos.Components;
|
||||
using Content.Server.Atmos.EntitySystems;
|
||||
using Content.Server.Popups;
|
||||
using Robust.Shared.Prototypes;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
using Content.Server.Atmos.Components;
|
||||
using Content.Shared.Atmos.Components;
|
||||
using Content.Server.Atmos.EntitySystems;
|
||||
using Content.Server.Popups;
|
||||
using Content.Server.Power.Components;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ using Content.Shared._EE.Silicon.Components;
|
|||
using Content.Server.Power.Components;
|
||||
using Content.Shared.Mobs.Systems;
|
||||
using Content.Server.Temperature.Components;
|
||||
using Content.Server.Atmos.Components;
|
||||
using Content.Shared.Atmos.Components;
|
||||
using Content.Server.Atmos.EntitySystems;
|
||||
using Content.Server.Popups;
|
||||
using Content.Shared.Popups;
|
||||
|
|
|
|||
Loading…
Reference in New Issue