diff --git a/code/modules/reagents/reactions/instant/instant.dm b/code/modules/reagents/reactions/instant/instant.dm index cd98ca1248e..fdfd0a0df9a 100644 --- a/code/modules/reagents/reactions/instant/instant.dm +++ b/code/modules/reagents/reactions/instant/instant.dm @@ -660,13 +660,13 @@ carpet_type = /obj/item/stack/tile/carpet/blucarpet /decl/chemical_reaction/instant/carpetify/turcarpet - name = "Tur Carpet" + name = "Turquise Carpet" id = "turcarpet" required_reagents = list("liquidcarpettur" = 2, "plasticide" = 1) carpet_type = /obj/item/stack/tile/carpet/turcarpet /decl/chemical_reaction/instant/carpetify/sblucarpet - name = "Sblu Carpet" + name = "Silver Blue Carpet" id = "sblucarpet" required_reagents = list("liquidcarpetsblu" = 2, "plasticide" = 1) carpet_type = /obj/item/stack/tile/carpet/sblucarpet @@ -1140,7 +1140,7 @@ required_reagents = list("liquidcarpet" = 5, "water" = 1) /decl/chemical_reaction/instant/carpetdye/sblu - name = "Deep Blue Carpet Dyeing" + name = "Silver Blue Carpet Dyeing" id = "carpetdyesblu" result = "liquidcarpetsblu" required_reagents = list("liquidcarpet" = 5, "ice" = 1) diff --git a/code/modules/reagents/reagents/other.dm b/code/modules/reagents/reagents/other.dm index abcf581c893..117ed6a2ce9 100644 --- a/code/modules/reagents/reagents/other.dm +++ b/code/modules/reagents/reagents/other.dm @@ -677,7 +677,7 @@ description = "Blue Carpet Fibers, ready for reinforcement." reagent_state = LIQUID color = "#3f4aee" - taste_description = "freezing carpet" + taste_description = "commanding carpet" /datum/reagent/carpet/turquoise name = "Liquid Turquoise Carpet" @@ -688,12 +688,12 @@ taste_description = "water-logged carpet" /datum/reagent/carpet/sblue - name = "Liquid Deep Blue Carpet" + name = "Liquid Silver Blue Carpet" id = "liquidcarpetsblu" - description = "Deep Blue Carpet Fibers, ready for reinforcement." + description = "Silver Blue Carpet Fibers, ready for reinforcement." reagent_state = LIQUID color = "#0011ff" - taste_description = "commanding carpet" + taste_description = "sterile and medicinal carpet" /datum/reagent/carpet/clown name = "Liquid Clown Carpet" @@ -713,7 +713,7 @@ /datum/reagent/carpet/orange name = "Liquid Orange Carpet" - id = "liquidcarpet" + id = "liquidcarpeto" description = "Orange Carpet Fibers, ready for reinforcement." reagent_state = LIQUID color = "#f16e16"