From b8cb57612c9ca85b337284cbb96a0e9916952a3c Mon Sep 17 00:00:00 2001 From: Spades Date: Sat, 12 Aug 2017 02:55:56 -0400 Subject: [PATCH] Removes hardsuit letters that name the station. Do I really need to explain why it's dumb for this to appear on Syndie suits, or NASA suits, or CentCom suits, or any other suits that don't explicitly belong to the station? --- code/modules/clothing/spacesuits/spacesuits.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/clothing/spacesuits/spacesuits.dm b/code/modules/clothing/spacesuits/spacesuits.dm index 01c1861448..159957bddb 100644 --- a/code/modules/clothing/spacesuits/spacesuits.dm +++ b/code/modules/clothing/spacesuits/spacesuits.dm @@ -62,10 +62,6 @@ var/list/supporting_limbs //If not-null, automatically splints breaks. Checked when removing the suit. -/obj/item/clothing/suit/space/New() - ..() - desc += " \"[using_map.station_short]\" is written in large block letters on the back." - /obj/item/clothing/suit/space/equipped(mob/M) check_limb_support(M) ..()