]> git.smokeofanarchy.ru Git - space-station-14.git/commit
predict morgue and crematorium (#39293)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Thu, 21 Aug 2025 23:49:50 +0000 (01:49 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Aug 2025 23:49:50 +0000 (16:49 -0700)
commitd4f96fd1c640973c9eec03132c0f2f63dd1bf01e
tree0adce124371ef94917a928f980ce55d0eb366c3b
parentbe62e08de4f0eed4b72d35a6fd7c578ab2b197be
predict morgue and crematorium (#39293)
29 files changed:
Content.Client/Morgue/CrematoriumSystem.cs [new file with mode: 0644]
Content.Client/Morgue/MorgueSystem.cs [new file with mode: 0644]
Content.Client/Storage/Components/EntityStorageComponent.cs [deleted file]
Content.Client/Storage/Systems/EntityStorageSystem.cs
Content.Server/Administration/Commands/AddEntityStorageCommand.cs
Content.Server/Administration/Commands/LinkBluespaceLocker.cs
Content.Server/Administration/Commands/RemoveEntityStorageCommand.cs
Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs
Content.Server/Construction/Conditions/StorageWelded.cs
Content.Server/Morgue/Components/ActiveCrematoriumComponent.cs [deleted file]
Content.Server/Morgue/Components/CrematoriumComponent.cs [deleted file]
Content.Server/Morgue/CrematoriumSystem.cs
Content.Server/Morgue/MorgueSystem.cs
Content.Server/NPC/Systems/NPCUtilitySystem.cs
Content.Server/Resist/ResistLockerSystem.cs
Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs
Content.Server/StationEvents/Events/BluespaceLockerRule.cs
Content.Server/StationEvents/Events/RandomEntityStorageSpawnRule.cs
Content.Server/Storage/Components/EntityStorageComponent.cs [deleted file]
Content.Server/Storage/EntitySystems/EntityStorageSystem.cs
Content.Server/Xenoarchaeology/Equipment/Systems/ArtifactCrusherSystem.cs
Content.Shared/Morgue/Components/ActiveCrematoriumComponent.cs [new file with mode: 0644]
Content.Shared/Morgue/Components/CrematoriumComponent.cs [new file with mode: 0644]
Content.Shared/Morgue/Components/EntityStorageLayingDownOverrideComponent.cs
Content.Shared/Morgue/Components/MorgueComponent.cs
Content.Shared/Morgue/SharedCrematoriumSystem.cs [new file with mode: 0644]
Content.Shared/Morgue/SharedMorgueSystem.cs [new file with mode: 0644]
Content.Shared/Storage/Components/EntityStorageComponent.cs [moved from Content.Shared/Storage/Components/SharedEntityStorageComponent.cs with 89% similarity]
Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs