From b7300056bbc978c95d668cb4085f4d9a76ee753b Mon Sep 17 00:00:00 2001 From: Marvin Megavolt <71851679+CapnMachaddish@users.noreply.github.com> Date: Wed, 31 Mar 2021 22:34:01 -0500 Subject: [PATCH] e --- hyperstation/code/modules/clothing/suits/misc.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperstation/code/modules/clothing/suits/misc.dm b/hyperstation/code/modules/clothing/suits/misc.dm index 9fe5af86..31ef1643 100644 --- a/hyperstation/code/modules/clothing/suits/misc.dm +++ b/hyperstation/code/modules/clothing/suits/misc.dm @@ -9,7 +9,7 @@ mutantrace_variation = NO_MUTANTRACE_VARIATION /obj/item/clothing/suit/gcvest - name = "Guncaster's Vest" + name = "\improper Guncaster's Vest" desc = "An open leather vest with battlescarred metal shoulderpads, perfect for hunting interdimensional wazards. Smells of gunpowder and plasma." icon_state = "guncaster" item_state = "guncaster" @@ -18,7 +18,7 @@ mutantrace_variation = NO_MUTANTRACE_VARIATION /obj/item/clothing/suit/gcvest/alt - name = "Hellraider's Vest" + name = "\improper Hellraider's Vest" desc = "An open leather vest with battlescarred metal shoulderpads, discovered in a dimensional anomaly. Smells of gunpowder and plasma." icon_state = "guncaster_alt" item_state = "guncaster_alt" \ No newline at end of file