diff --git a/code/modules/clothing/under/accessories/armor.dm b/code/modules/clothing/under/accessories/armor.dm index b4e748713f..96d6448fd2 100644 --- a/code/modules/clothing/under/accessories/armor.dm +++ b/code/modules/clothing/under/accessories/armor.dm @@ -336,8 +336,8 @@ icon_state = "comtag" /obj/item/clothing/accessory/armor/tag/nt - name = "\improper CORPORATE SECURITY tag" - desc = "An armor tag with the words CORPORATE SECURITY printed in red lettering on it." + name = "\improper NANOTRASEN tag" + desc = "An armor tag with the word NANOTRASEN printed in red lettering on it and an accompanying company logo." icon_state = "nanotag" /obj/item/clothing/accessory/armor/tag/pcrc @@ -345,9 +345,9 @@ desc = "An armor tag with the words PROXIMA CENTAURI RISK CONTROL printed in cyan lettering on it." icon_state = "pcrctag" -/obj/item/clothing/accessory/armor/tag/saare - name = "\improper SAARE tag" - desc = "An armor tag with the acronym SAARE printed in olive-green lettering on it." +/obj/item/clothing/accessory/armor/tag/hedberg + name = "\improper HEDBERG-HAMMARSTROM tag" + desc = "An armor tag with the name HEDBERG-HAMMARSTROM printed in olive-green lettering on it." icon_state = "saaretag" /obj/item/clothing/accessory/armor/tag/opos diff --git a/icons/mob/modular_armor.dmi b/icons/mob/modular_armor.dmi index b7965b2ca3..c816c9b1ce 100644 Binary files a/icons/mob/modular_armor.dmi and b/icons/mob/modular_armor.dmi differ