diff --git a/Content.IntegrationTests/Tests/HumanInventoryUniformSlotsTest.cs b/Content.IntegrationTests/Tests/HumanInventoryUniformSlotsTest.cs index 90b9f89f9e..2281118b12 100644 --- a/Content.IntegrationTests/Tests/HumanInventoryUniformSlotsTest.cs +++ b/Content.IntegrationTests/Tests/HumanInventoryUniformSlotsTest.cs @@ -37,7 +37,7 @@ namespace Content.IntegrationTests.Tests var entityMan = IoCManager.Resolve(); human = entityMan.SpawnEntity("HumanMob_Content", MapCoordinates.Nullspace); - uniform = entityMan.SpawnEntity("JanitorUniform", MapCoordinates.Nullspace); + uniform = entityMan.SpawnEntity("UniformJanitor", MapCoordinates.Nullspace); idCard = entityMan.SpawnEntity("AssistantIDCard", MapCoordinates.Nullspace); pocketItem = entityMan.SpawnEntity("FlashlightLantern", MapCoordinates.Nullspace); var tooBigItem = entityMan.SpawnEntity("ToolboxEmergency", MapCoordinates.Nullspace); diff --git a/Resources/Prototypes/Catalog/VendingMachines/suits.yml b/Resources/Prototypes/Catalog/VendingMachines/suits.yml index 9d4e4211dc..e4f2ab5631 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/suits.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/suits.yml @@ -4,7 +4,7 @@ description: A vending machine containing jumpsuits and dress garments. spriteName: suits startingInventory: - JanitorUniform: 3 + UniformJanitor: 3 UniformColorGrey: 3 UniformEngineering: 3 UniformAssistant: 3 diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml b/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml index 8b18b3d1a7..801d162339 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml @@ -13,7 +13,7 @@ - type: startingGear id: JanitorGear equipment: - innerclothing: JanitorUniform + innerclothing: UniformJanitor backpack: BackpackClothing shoes: ShoesGaloshes head: HatPurplesoft