From bf53b1f56fb49ca27ae5812da85f8e6d7f879639 Mon Sep 17 00:00:00 2001 From: Thedragmeme <81540056+Draggeru@users.noreply.github.com> Date: Sun, 5 Nov 2023 00:04:53 -0600 Subject: [PATCH] Update code/modules/clothing/suits/hoodies.dm Co-authored-by: GenericDM <34109002+GenericDM@users.noreply.github.com> Signed-off-by: Thedragmeme <81540056+Draggeru@users.noreply.github.com> --- code/modules/clothing/suits/hoodies.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/hoodies.dm b/code/modules/clothing/suits/hoodies.dm index 59fe3abf2655..c79944d1d29f 100644 --- a/code/modules/clothing/suits/hoodies.dm +++ b/code/modules/clothing/suits/hoodies.dm @@ -85,7 +85,7 @@ armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 50, "rad" = 0, "fire" = 50, "acid" = 50) /obj/item/clothing/head/hooded/hood/suns - name = "SUNS labcoat hood" + name = "\improper SUNS labcoat hood" desc = "A hood to protect you from chemical spills." icon_state = "suns_labcoathood" item_state = "suns_labcoathood"