]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Space Ninjas auto-toggle internals after spawning (#25083)
authorErrant <35878406+Errant-4@users.noreply.github.com>
Fri, 3 May 2024 01:24:21 +0000 (03:24 +0200)
committerGitHub <noreply@github.com>
Fri, 3 May 2024 01:24:21 +0000 (11:24 +1000)
commitf64dd5f45f8ebc08d791ac34e9482c6c3d85a51b
tree57769699e42ceb58e1bd35873859f255ba74a850
parent192de3d9cb06c9526c5c63783507590c175acff9
Space Ninjas auto-toggle internals after spawning (#25083)

* fix engine version

* actually fix engine version

* Automatically activated breathing masks

* weh

* who needed that component anyway

* check if internals are already running

* Update Content.Server/Atmos/Components/BreathToolComponent.cs

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
* Update Content.Server/Body/Systems/InternalsSystem.cs

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
* prediction

* record struct event

* remove delayed activation, instead ensure that masks spawn last

* leftover

* engine version

* re-implement

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
Content.Client/Station/StationSpawningSystem.cs
Content.Server/Atmos/Components/BreathToolComponent.cs
Content.Server/Body/Systems/InternalsSystem.cs
Content.Server/Station/Systems/StationSpawningSystem.cs
Content.Shared/Inventory/InventorySystem.Slots.cs
Content.Shared/Roles/StartingGearEquippedEvent.cs [new file with mode: 0644]
Content.Shared/Station/SharedStationSpawningSystem.cs