`NarcolepsySystem` refactor (#40305)

* Refactor

* Update

* Update
This commit is contained in:
Winkarst-cpu
2025-09-16 21:29:48 +03:00
committed by GitHub
parent 138ea68076
commit 972adcee21
7 changed files with 119 additions and 87 deletions

View File

@@ -18,7 +18,6 @@ using Content.Server.Speech.Components;
using Content.Server.Spreader;
using Content.Server.Temperature.Components;
using Content.Server.Temperature.Systems;
using Content.Server.Traits.Assorted;
using Content.Server.Zombies;
using Content.Shared.Atmos;
using Content.Shared.Atmos.Components;
@@ -33,6 +32,7 @@ using Content.Shared.Maps;
using Content.Shared.Mind.Components;
using Content.Shared.Popups;
using Content.Shared.Random;
using Content.Shared.Traits.Assorted;
using Content.Shared.Zombies;
using Robust.Server.GameObjects;
using Robust.Shared.Audio;