]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Use ECS prototype-reload events (#22613)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Fri, 22 Dec 2023 14:13:45 +0000 (09:13 -0500)
committerGitHub <noreply@github.com>
Fri, 22 Dec 2023 14:13:45 +0000 (01:13 +1100)
commitb6bd82caa684269acca39722fcf39d9c309d75cc
treeeba51071690a9e8d1e45a6d2b424e2b2ed3540cb
parent053c1e877f3b4781b879c6bd0cc2740673ab0b0f
Use ECS prototype-reload events (#22613)

* Use ECS prototype-reload events

* better constructors

* Maybe this fixes tests?
23 files changed:
Content.Client/Audio/ContentAudioSystem.AmbientMusic.cs
Content.Client/Clothing/Systems/ChameleonClothingSystem.cs
Content.Client/CrewManifest/CrewManifestSystem.cs
Content.Client/Parallax/ParallaxSystem.cs
Content.Client/UserInterface/Systems/DecalPlacer/DecalPlacerUIController.cs
Content.Server/AlertLevel/AlertLevelSystem.cs
Content.Server/Audio/ContentAudioSystem.cs
Content.Server/Chat/Systems/ChatSystem.Emote.cs
Content.Server/Chat/Systems/ChatSystem.cs
Content.Server/Chemistry/EntitySystems/ChemistryGuideDataSystem.cs
Content.Server/Holiday/Christmas/RandomGiftSystem.cs
Content.Server/NPC/HTN/HTNSystem.cs
Content.Server/NPC/Systems/NpcFactionSystem.cs
Content.Server/NameIdentifier/NameIdentifierSystem.cs
Content.Server/Parallax/BiomeSystem.cs
Content.Server/Procedural/DungeonSystem.cs
Content.Server/Spreader/SpreaderSystem.cs
Content.Shared/Alert/AlertsSystem.cs
Content.Shared/Chat/SharedChatSystem.cs
Content.Shared/Chemistry/Reaction/ChemicalReactionSystem.cs
Content.Shared/Entry/EntryPoint.cs
Content.Shared/Humanoid/Markings/MarkingManager.cs
Content.Shared/Roles/Jobs/SharedJobSystem.cs