]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Move MaskComponent to shared and add toggle events (#22395)
authorDrSmugleaf <DrSmugleaf@users.noreply.github.com>
Wed, 13 Dec 2023 02:02:35 +0000 (19:02 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Dec 2023 02:02:35 +0000 (19:02 -0700)
commitad6dc94c60d0758075ea5d4a1bcb58a6e463b877
tree035f082a9d4ba4c747817aa9fbdface5f776c4c7
parent16bd6802df8818648a1d81b010159dbe02fc8a20
Move MaskComponent to shared and add toggle events (#22395)

* Move MaskComponent to shared and add toggle events

* Datafield and network IsToggled

* Add missing dirty
12 files changed:
Content.Server/Body/Systems/LungSystem.cs
Content.Server/Clothing/Components/MaskComponent.cs [deleted file]
Content.Server/Clothing/MaskSystem.cs [deleted file]
Content.Server/IdentityManagement/IdentitySystem.cs
Content.Server/Nutrition/Components/IngestionBlockerComponent.cs
Content.Server/Nutrition/EntitySystems/IngestionBlockerSystem.cs [new file with mode: 0644]
Content.Server/VoiceMask/VoiceMaskSystem.cs
Content.Shared/Clothing/ClothingEvents.cs
Content.Shared/Clothing/Components/MaskComponent.cs [new file with mode: 0644]
Content.Shared/Clothing/EntitySystems/ClothingSystem.cs
Content.Shared/Clothing/EntitySystems/MaskSystem.cs [new file with mode: 0644]
Content.Shared/IdentityManagement/SharedIdentitySystem.cs