]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Cryogenic Sleep Units (#24096)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Mon, 15 Jan 2024 06:35:28 +0000 (01:35 -0500)
committerGitHub <noreply@github.com>
Mon, 15 Jan 2024 06:35:28 +0000 (23:35 -0700)
commit736b9dd7df6e35f07fed88686c7c863ac61af846
treea2120de351682ca2e39e26c0e381016264f3bf59
parent1fc3c411ca5f3c7b776ef7161609c5f0fdbeb020
Cryogenic Sleep Units (#24096)

* Cryogenic sleep units

* pause map support

* no more body deletion

* Cryogenic Storage Units

* boowomp

* no more emag, no more dropping present people
38 files changed:
Content.Client/Bed/Cryostorage/CryostorageBoundUserInterface.cs [new file with mode: 0644]
Content.Client/Bed/Cryostorage/CryostorageEntryControl.xaml [new file with mode: 0644]
Content.Client/Bed/Cryostorage/CryostorageEntryControl.xaml.cs [new file with mode: 0644]
Content.Client/Bed/Cryostorage/CryostorageMenu.xaml [new file with mode: 0644]
Content.Client/Bed/Cryostorage/CryostorageMenu.xaml.cs [new file with mode: 0644]
Content.Client/Bed/Cryostorage/CryostorageSlotControl.xaml [new file with mode: 0644]
Content.Client/Bed/Cryostorage/CryostorageSlotControl.xaml.cs [new file with mode: 0644]
Content.Client/Bed/Cryostorage/CryostorageSystem.cs [new file with mode: 0644]
Content.Server/Bed/Cryostorage/CryostorageSystem.cs [new file with mode: 0644]
Content.Server/GameTicking/GameTicker.Spawning.cs
Content.Server/Spawners/Components/ContainerSpawnPointComponent.cs [new file with mode: 0644]
Content.Server/Spawners/EntitySystems/ContainerSpawnPointSystem.cs [new file with mode: 0644]
Content.Server/Station/Components/StationJobsComponent.cs
Content.Server/Station/Systems/StationJobsSystem.cs
Content.Shared/Access/Components/AccessReaderComponent.cs
Content.Shared/Access/Components/IdCardConsoleComponent.cs
Content.Shared/Access/Systems/AccessReaderSystem.cs
Content.Shared/Bed/Cryostorage/CryostorageComponent.cs [new file with mode: 0644]
Content.Shared/Bed/Cryostorage/CryostorageContainedComponent.cs [new file with mode: 0644]
Content.Shared/Bed/Cryostorage/SharedCryostorageSystem.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.cs
Content.Shared/Climbing/Systems/ClimbSystem.cs
Content.Shared/Containers/DragInsertContainerComponent.cs [new file with mode: 0644]
Content.Shared/Containers/DragInsertContainerSystem.cs [new file with mode: 0644]
Content.Shared/Containers/ExitContainerOnMoveComponent.cs [new file with mode: 0644]
Content.Shared/Containers/ExitContainerOnMoveSystem.cs [new file with mode: 0644]
Content.Shared/Inventory/InventorySystem.Slots.cs
Resources/Locale/en-US/containers/containers.ftl [new file with mode: 0644]
Resources/Locale/en-US/prototypes/access/accesses.ftl
Resources/Locale/en-US/round-end/cryostorage.ftl [new file with mode: 0644]
Resources/Prototypes/Access/command.yml
Resources/Prototypes/Access/misc.yml
Resources/Prototypes/Access/security.yml
Resources/Prototypes/Entities/Structures/cryopod.yml [new file with mode: 0644]
Resources/Textures/Structures/cryostorage.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Structures/cryostorage.rsi/sleeper_0.png [new file with mode: 0644]
Resources/Textures/Structures/cryostorage.rsi/sleeper_1.png [new file with mode: 0644]
SpaceStation14.sln.DotSettings