]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add a system for modifying entity names without causing conflicts (#27863)
authorTayrtahn <tayrtahn@gmail.com>
Sun, 16 Jun 2024 19:38:53 +0000 (15:38 -0400)
committerGitHub <noreply@github.com>
Sun, 16 Jun 2024 19:38:53 +0000 (15:38 -0400)
commit89a9f07c3abe77e3d8964a7aa35e6844e55db2ae
treedf22f4b4415223ce3527f04082317200b0c76510
parentee2769ed9f4d075bb280d4c86c6ccf7c2f2fe741
Add a system for modifying entity names without causing conflicts (#27863)
30 files changed:
Content.Server/Chemistry/Components/TransformableContainerComponent.cs
Content.Server/Chemistry/EntitySystems/TransformableContainerSystem.cs
Content.Server/Cluwne/CluwneSystem.cs
Content.Server/Fax/FaxSystem.cs
Content.Server/Glue/GlueSystem.cs
Content.Server/Labels/Label/LabelSystem.cs
Content.Server/Lube/LubedSystem.cs
Content.Server/Nutrition/EntitySystems/AnimalHusbandrySystem.cs
Content.Server/Zombies/ZombieSystem.Transform.cs
Content.Server/Zombies/ZombieSystem.cs
Content.Shared/Glue/GluedComponent.cs
Content.Shared/Inventory/InventorySystem.Relay.cs
Content.Shared/Labels/Components/LabelComponent.cs
Content.Shared/Labels/EntitySystems/SharedLabelSystem.cs
Content.Shared/Lube/LubedComponent.cs
Content.Shared/NameModifier/Components/ModifyWearerNameComponent.cs [new file with mode: 0644]
Content.Shared/NameModifier/Components/NameModifierComponent.cs [new file with mode: 0644]
Content.Shared/NameModifier/EntitySystems/ModifyWearerNameSystem.cs [new file with mode: 0644]
Content.Shared/NameModifier/EntitySystems/NameModifierSystem.cs [new file with mode: 0644]
Content.Shared/Nutrition/AnimalHusbandry/InfantComponent.cs
Content.Shared/Zombies/SharedZombieSystem.cs
Content.Shared/Zombies/ZombieComponent.cs
Resources/Locale/en-US/chemistry/components/transformable-container-component.ftl
Resources/Locale/en-US/cluwne/cluwne.ftl
Resources/Locale/en-US/glue/glue.ftl
Resources/Locale/en-US/label/label-component.ftl [new file with mode: 0644]
Resources/Locale/en-US/lube/lube.ftl
Resources/Locale/en-US/nutrition/components/animal-husbandry.ftl
Resources/Locale/en-US/zombies/zombie.ftl
Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml