From f63adc193102a5426032e06d14a64940069e3961 Mon Sep 17 00:00:00 2001 From: francinum Date: Fri, 13 Oct 2017 13:12:56 -0400 Subject: [PATCH] Fixes various Nanotrasen capitalizations (#31620) * Fixes capitalization of Nanotrasen for secsuits gimme the GBP * Fixes this one too --- code/game/machinery/syndicatebomb.dm | 2 +- code/modules/clothing/under/jobs/security.dm | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/game/machinery/syndicatebomb.dm b/code/game/machinery/syndicatebomb.dm index d279f2849f..97db3639e7 100644 --- a/code/game/machinery/syndicatebomb.dm +++ b/code/game/machinery/syndicatebomb.dm @@ -307,7 +307,7 @@ /obj/item/bombcore/training name = "dummy payload" - desc = "A nanotrasen replica of a syndicate payload. Its not intended to explode but to announce that it WOULD have exploded, then rewire itself to allow for more training." + desc = "A Nanotrasen replica of a syndicate payload. Its not intended to explode but to announce that it WOULD have exploded, then rewire itself to allow for more training." origin_tech = null var/defusals = 0 var/attempts = 0 diff --git a/code/modules/clothing/under/jobs/security.dm b/code/modules/clothing/under/jobs/security.dm index 27e6f061f8..48df3be335 100644 --- a/code/modules/clothing/under/jobs/security.dm +++ b/code/modules/clothing/under/jobs/security.dm @@ -11,7 +11,7 @@ /obj/item/clothing/under/rank/security name = "security jumpsuit" - desc = "A tactical security jumpsuit for officers complete with nanotrasen belt buckle." + desc = "A tactical security jumpsuit for officers complete with Nanotrasen belt buckle." icon_state = "rsecurity" item_state = "r_suit" item_color = "rsecurity" @@ -23,7 +23,7 @@ /obj/item/clothing/under/rank/security/grey name = "grey security jumpsuit" - desc = "A tactical relic of years past before nanotrasen decided it was cheaper to dye the suits red instead of washing out the blood." + desc = "A tactical relic of years past before Nanotrasen decided it was cheaper to dye the suits red instead of washing out the blood." icon_state = "security" item_state = "gy_suit" item_color = "security" @@ -31,7 +31,7 @@ /obj/item/clothing/under/rank/warden name = "security suit" - desc = "A formal security suit for officers complete with nanotrasen belt buckle." + desc = "A formal security suit for officers complete with Nanotrasen belt buckle." icon_state = "rwarden" item_state = "r_suit" item_color = "rwarden" @@ -43,7 +43,7 @@ /obj/item/clothing/under/rank/warden/grey name = "grey security suit" - desc = "A formal relic of years past before nanotrasen decided it was cheaper to dye the suits red instead of washing out the blood." + desc = "A formal relic of years past before Nanotrasen decided it was cheaper to dye the suits red instead of washing out the blood." icon_state = "warden" item_state = "gy_suit" item_color = "warden"