From f4fdd6684447192955d7a2233037da5215e60b48 Mon Sep 17 00:00:00 2001 From: Leanfrog <52841396+Leanfrog@users.noreply.github.com> Date: Sun, 25 Oct 2020 15:11:40 -0400 Subject: [PATCH] added sol gov cap and tacticool turtleneck to loadout (#14703) --- code/modules/client/preference/loadout/loadout_hat.dm | 4 ++++ code/modules/client/preference/loadout/loadout_uniform.dm | 4 ++++ 2 files changed, 8 insertions(+) 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