Files
CHOMPStation2/code/modules/client/preference_setup/loadout/loadout_head_vr.dm
Isaac Erwin 5d53e8009e Loadout capitalization fixes
Because inconsistent capitalization triggers me
2018-01-31 20:31:41 -05:00

11 lines
295 B
Plaintext

/*/datum/gear/head/cap/sol
display_name = "cap, sol"
path = /obj/item/clothing/head/soft/sol*/
/datum/gear/head/headbando
display_name = "basic headband"
path = /obj/item/clothing/head/fluff/headbando
/datum/gear/head/headbando/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)