From f18b51b0b534f084f376a69deebdf48d0cdf87c7 Mon Sep 17 00:00:00 2001 From: ilyadobr <155672646+i1yadobr@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:28:44 +0300 Subject: [PATCH] fix(suit): correct description of the white hazardvest #12883 --- code/modules/clothing/suits/jobs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/jobs.dm b/code/modules/clothing/suits/jobs.dm index bdbe18cd70a..b520c050f9a 100644 --- a/code/modules/clothing/suits/jobs.dm +++ b/code/modules/clothing/suits/jobs.dm @@ -199,7 +199,7 @@ /obj/item/clothing/suit/storage/hazardvest/white name = "white hazard vest" - desc = "A high-visibility vest used in work zones. This one has a red cross!" + desc = "A high-visibility vest used in work zones. This one has a blue cross!" icon_state = "hazard_w" item_state = "hazard_w"