diff --git a/code/modules/client/preference/loadout/loadout_hat.dm b/code/modules/client/preference/loadout/loadout_hat.dm index fccc0eadc86..d5890a2cefc 100644 --- a/code/modules/client/preference/loadout/loadout_hat.dm +++ b/code/modules/client/preference/loadout/loadout_hat.dm @@ -178,3 +178,7 @@ /datum/gear/hat/flowerpin display_name = "hair flower" path = /obj/item/clothing/head/hairflower + +/datum/gear/hat/capsolgov + display_name = "cap, Sol Gov" + path = /obj/item/clothing/head/soft/solgov diff --git a/code/modules/client/preference/loadout/loadout_uniform.dm b/code/modules/client/preference/loadout/loadout_uniform.dm index ca6ddb96ed4..2911e64e87c 100644 --- a/code/modules/client/preference/loadout/loadout_uniform.dm +++ b/code/modules/client/preference/loadout/loadout_uniform.dm @@ -320,3 +320,7 @@ display_name = "pants, camo" path = /obj/item/clothing/under/pants/camo +/datum/gear/uniform/suit/tacticool + display_name = "tacticool turtleneck" + description = "A sleek black turtleneck paired with some khakis (WARNING DOES NOT HAVE SUIT SENSORS)" + path = /obj/item/clothing/under/syndicate/tacticool