From 599185654f5caa17167ded2e6acabb8bea8eace0 Mon Sep 17 00:00:00 2001 From: Winter Flare <7543955+Owai-Seek@users.noreply.github.com> Date: Fri, 31 Jan 2020 21:54:21 -0500 Subject: [PATCH] Rename, Add item to Loadout Renamed scrubs based on color, added Mailman Hat to loadout. --- code/modules/clothing/under/jobs/medsci.dm | 6 +++--- modular_citadel/code/modules/client/loadout/head.dm | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/under/jobs/medsci.dm b/code/modules/clothing/under/jobs/medsci.dm index c27882aac7..6952a581da 100644 --- a/code/modules/clothing/under/jobs/medsci.dm +++ b/code/modules/clothing/under/jobs/medsci.dm @@ -178,19 +178,19 @@ permeability_coefficient = 0.5 armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 10, "rad" = 0, "fire" = 0, "acid" = 0) /obj/item/clothing/under/rank/medical/blue - name = "medical scrubs" + name = "blue medical scrubs" desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in baby blue." icon_state = "scrubsblue" item_color = "scrubsblue" can_adjust = FALSE /obj/item/clothing/under/rank/medical/green - name = "medical scrubs" + name = "green medical scrubs" desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in dark green." icon_state = "scrubsgreen" item_color = "scrubsgreen" can_adjust = FALSE /obj/item/clothing/under/rank/medical/purple - name = "medical scrubs" + name = "purple medical scrubs" desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in deep purple." icon_state = "scrubspurple" item_color = "scrubspurple" diff --git a/modular_citadel/code/modules/client/loadout/head.dm b/modular_citadel/code/modules/client/loadout/head.dm index 8634460d4e..dd7d2cdc4b 100644 --- a/modular_citadel/code/modules/client/loadout/head.dm +++ b/modular_citadel/code/modules/client/loadout/head.dm @@ -59,6 +59,11 @@ category = SLOT_HEAD path = /obj/item/clothing/head/rabbitears +/datum/gear/mailmanhat + name = "Mailman's Hat" + category = SLOT_HEAD + path = /obj/item/clothing/head/mailman + //trek fancy Hats! /datum/gear/trekcap name = "Federation Officer's Cap (White)" @@ -105,6 +110,7 @@ path = /obj/item/clothing/head/christmashatg */ +//Cowboy Stuff /datum/gear/cowboyhat name = "Cowboy Hat, Brown" category = SLOT_HEAD