From 9b5219a226ebd57281eb733e71c13d737dfd2f36 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Mon, 17 Jun 2024 19:09:19 -0400 Subject: [PATCH] Fix double label on chem jugs (#29137) --- .../Objects/Specific/chemical-containers.yml | 72 ++++++++++++------- 1 file changed, 48 insertions(+), 24 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml b/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml index 68d96fcd3d..d318c606ad 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml @@ -85,7 +85,8 @@ - type: entity parent: Jug - name: jug (carbon) + name: jug + suffix: carbon id: JugCarbon noSpawn: true components: @@ -100,7 +101,8 @@ - type: entity parent: Jug - name: jug (iodine) + name: jug + suffix: iodine id: JugIodine noSpawn: true components: @@ -115,7 +117,8 @@ - type: entity parent: Jug - name: jug (fluorine) + name: jug + suffix: fluorine id: JugFluorine noSpawn: true components: @@ -130,7 +133,8 @@ - type: entity parent: Jug - name: jug (chlorine) + name: jug + suffix: chlorine id: JugChlorine noSpawn: true components: @@ -145,7 +149,8 @@ - type: entity parent: Jug - name: jug (aluminium) + name: jug + suffix: aluminium id: JugAluminium noSpawn: true components: @@ -160,7 +165,8 @@ - type: entity parent: Jug - name: jug (phosphorus) + name: jug + suffix: phosphorus id: JugPhosphorus noSpawn: true components: @@ -175,7 +181,8 @@ - type: entity parent: Jug - name: jug (sulfur) + name: jug + suffix: sulfur id: JugSulfur noSpawn: true components: @@ -190,7 +197,8 @@ - type: entity parent: Jug - name: jug (silicon) + name: jug + suffix: silicon id: JugSilicon noSpawn: true components: @@ -205,7 +213,8 @@ - type: entity parent: Jug - name: jug (hydrogen) + name: jug + suffix: hydrogen id: JugHydrogen noSpawn: true components: @@ -220,7 +229,8 @@ - type: entity parent: Jug - name: jug (lithium) + name: jug + suffix: lithium id: JugLithium noSpawn: true components: @@ -235,7 +245,8 @@ - type: entity parent: Jug - name: jug (sodium) + name: jug + suffix: sodium id: JugSodium noSpawn: true components: @@ -250,7 +261,8 @@ - type: entity parent: Jug - name: jug (potassium) + name: jug + suffix: potassium id: JugPotassium noSpawn: true components: @@ -265,7 +277,8 @@ - type: entity parent: Jug - name: jug (radium) + name: jug + suffix: radium id: JugRadium noSpawn: true components: @@ -280,7 +293,8 @@ - type: entity parent: Jug - name: jug (iron) + name: jug + suffix: iron id: JugIron noSpawn: true components: @@ -295,7 +309,8 @@ - type: entity parent: Jug - name: jug (copper) + name: jug + suffix: copper id: JugCopper noSpawn: true components: @@ -310,7 +325,8 @@ - type: entity parent: Jug - name: jug (gold) + name: jug + suffix: gold id: JugGold noSpawn: true components: @@ -325,7 +341,8 @@ - type: entity parent: Jug - name: jug (mercury) + name: jug + suffix: mercury id: JugMercury noSpawn: true components: @@ -340,7 +357,8 @@ - type: entity parent: Jug - name: jug (silver) + name: jug + suffix: silver id: JugSilver noSpawn: true components: @@ -355,7 +373,8 @@ - type: entity parent: Jug - name: jug (ethanol) + name: jug + suffix: ethanol id: JugEthanol noSpawn: true components: @@ -370,7 +389,8 @@ - type: entity parent: Jug - name: jug (sugar) + name: jug + suffix: sugar id: JugSugar noSpawn: true components: @@ -385,7 +405,8 @@ - type: entity parent: Jug - name: jug (nitrogen) + name: jug + suffix: nitrogen id: JugNitrogen noSpawn: true components: @@ -400,7 +421,8 @@ - type: entity parent: Jug - name: jug (oxygen) + name: jug + suffix: oxygen id: JugOxygen noSpawn: true components: @@ -415,7 +437,8 @@ - type: entity parent: Jug - name: jug (Plant-B-Gone) + name: jug + suffix: Plant-B-Gone id: JugPlantBGone noSpawn: true components: @@ -430,7 +453,8 @@ - type: entity parent: Jug - name: jug (welding fuel) + name: jug + suffix: welding fuel id: JugWeldingFuel noSpawn: true components: -- 2.51.2