Files
CHOMPStation2/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm
2017-03-02 12:56:09 +00:00

7 lines
224 B
Plaintext

/datum/gear/suit/labcoat_colorable
display_name = "labcoat, colorable"
path = /obj/item/clothing/suit/storage/toggle/labcoat
/datum/gear/suit/labcoat_colorable/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)