]> git.smokeofanarchy.ru Git - space-station-14.git/commit
CompFactory updates (#37559)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Tue, 20 May 2025 05:08:55 +0000 (15:08 +1000)
committerGitHub <noreply@github.com>
Tue, 20 May 2025 05:08:55 +0000 (01:08 -0400)
commit0d4f9640b5782d0eb9601168f745a1444d12dcb7
tree9ad020e76707cab0dcbbeebbce42f71a50b2ea83
parentbc0139f96158e81b4d56f5a0c9a80251d5ed2b20
CompFactory updates (#37559)
38 files changed:
Content.Client/Clothing/Systems/ChameleonClothingSystem.cs
Content.Client/Clothing/UI/ChameleonBoundUserInterface.cs
Content.Client/Weapons/Ranged/Systems/GunSystem.cs
Content.IntegrationTests/Tests/Construction/ConstructionPrototypeTest.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.EntitySpecifier.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.EntitySpecifierCollection.cs
Content.IntegrationTests/Tests/MaterialArbitrageTest.cs
Content.IntegrationTests/Tests/Minds/RoleTests.cs
Content.IntegrationTests/Tests/StorageTest.cs
Content.Server/Cargo/Systems/PricingSystem.cs
Content.Server/Cloning/CloningSystem.cs
Content.Server/Clothing/Systems/ChameleonClothingSystem.cs
Content.Server/Construction/ConstructionSystem.Initial.cs
Content.Server/Construction/ConstructionSystem.Interactions.cs
Content.Server/Construction/MachineFrameSystem.cs
Content.Server/Destructible/DestructibleSystem.cs
Content.Server/Destructible/Thresholds/Behaviors/DumpRestockInventory.cs
Content.Server/Destructible/Thresholds/Behaviors/SpawnEntitiesBehavior.cs
Content.Server/Explosion/EntitySystems/TwoStageTriggerSystem.cs
Content.Server/GameTicking/Rules/SecretRuleSystem.cs
Content.Server/Holiday/Christmas/RandomGiftSystem.cs
Content.Server/NPC/HTN/PrimitiveTasks/Operators/PickAccessibleComponentOperator.cs
Content.Server/Parallax/BiomeSystem.cs
Content.Server/Payload/EntitySystems/PayloadSystem.cs
Content.Server/Polymorph/Systems/PolymorphSystem.cs
Content.Server/Shuttles/Systems/ShuttleSystem.GridFill.cs
Content.Server/Shuttles/Systems/ShuttleSystem.cs
Content.Server/Speech/EntitySystems/AddAccentClothingSystem.cs
Content.Server/UserInterface/StatValuesCommand.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.Battery.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.Cartridges.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.cs
Content.Shared/Clothing/EntitySystems/SharedChameleonClothingSystem.cs
Content.Shared/Cuffs/SharedCuffableSystem.cs
Content.Shared/Examine/ExamineSystemShared.Group.cs
Content.Shared/Magic/SharedMagicSystem.cs
Content.Shared/StatusEffect/StatusEffectsSystem.cs
Content.Shared/Whitelist/EntityWhitelistSystem.cs