Fix PowerCellSystem namespace imports
Some checks failed
Build & Test Map Renderer / build (ubuntu-latest) (pull_request) Failing after 8m20s
Build & Test Map Renderer / Build & Test Debug (pull_request) Has been skipped
CRLF Check / CRLF Check (pull_request) Successful in 41s
Build & Test Debug / build (ubuntu-latest) (pull_request) Failing after 8m59s
Build & Test Debug / Build & Test Debug (pull_request) Has been skipped
RGA schema validator / YAML RGA schema validator (pull_request) Successful in 1m18s
Test Packaging / Test Packaging (pull_request) Failing after 5m51s
YAML Linter / YAML Linter (pull_request) Failing after 6m30s
Check Merge Conflicts / check-conflicts (pull_request_target) Successful in 5s
Map file schema validator / YAML map schema validator (pull_request) Successful in 10m43s
Labels: Size / size-label (pull_request_target) Successful in 4s
Labels: PR / labeler (pull_request_target) Successful in 49s

This commit is contained in:
Codex
2025-12-22 10:57:43 +01:00
parent 75d3b2df49
commit d61fdb2ac6
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ using Content.Server.Electrocution;
using Content.Server.EUI;
using Content.Server.Ghost;
using Content.Server.Popups;
using Content.Server.PowerCell;
using Content.Shared.PowerCell;
using Content.Shared.Traits.Assorted;
using Content.Shared.Chat;
using Content.Shared.Damage.Components;

View File

@@ -1,5 +1,5 @@
using Content.Server.Medical.Components;
using Content.Server.PowerCell;
using Content.Shared.PowerCell;
using Content.Shared.Body.Components;
using Content.Shared.Chemistry.EntitySystems;
using Content.Shared.Damage.Components;

View File

@@ -1,6 +1,6 @@
using Content.Server.Power.Components;
using Content.Shared.Examine;
using Content.Server.PowerCell;
using Content.Shared.PowerCell;
using Content.Shared.Power;
using Content.Shared.Power.Components;
using Content.Shared.Power.EntitySystems;