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?
This commit is contained in:
Spades
2017-08-12 02:55:56 -04:00
parent 33cf688b7b
commit b8cb57612c

View File

@@ -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)
..()