From 9eaf2a07efdeb2d371fa09d15327278e28df00d3 Mon Sep 17 00:00:00 2001 From: Mocha-Not-Latte <53068506+Mocha-Not-Latte@users.noreply.github.com> Date: Wed, 17 Jan 2024 18:56:30 -0500 Subject: [PATCH] Fixes blueshields being red (#6281) ## About The Pull Request Totally fixes a game breaking issue. ## Why It's Good For The Game They're blue not red, clearly that's why redshields are a thing ## Changelog :cl: tweak: Changes the blueshield tag from 'red' to 'blue' /:cl: --- code/modules/clothing/under/accessories/armor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/under/accessories/armor.dm b/code/modules/clothing/under/accessories/armor.dm index c0c12bc5cdb..14e6d99e736 100644 --- a/code/modules/clothing/under/accessories/armor.dm +++ b/code/modules/clothing/under/accessories/armor.dm @@ -345,7 +345,7 @@ /obj/item/clothing/accessory/armor/tag/ntbs name = "\improper BLUESHIELD tag" - desc = "An armor tag with the words BLUESHIELD printed in red lettering." + desc = "An armor tag with the words BLUESHIELD printed in blue lettering." icon_state = "ntbstag" /obj/item/clothing/accessory/armor/tag/ntc