diff --git a/code/game/jobs/faction/idris.dm b/code/game/jobs/faction/idris.dm index b2c2bc9c5b4..2d647b860fe 100644 --- a/code/game/jobs/faction/idris.dm +++ b/code/game/jobs/faction/idris.dm @@ -57,14 +57,12 @@ /datum/outfit/job/officer/idris name = "Security Officer - Idris" - head = /obj/item/clothing/head/beret/corporate/idris uniform = /obj/item/clothing/under/rank/security/idris id = /obj/item/card/id/idris/sec /datum/outfit/job/warden/idris name = "Warden - Idris" - head = /obj/item/clothing/head/warden/idris uniform = /obj/item/clothing/under/rank/warden/idris suit = /obj/item/clothing/suit/storage/toggle/warden/idris id = /obj/item/card/id/idris/sec @@ -80,7 +78,6 @@ /datum/outfit/job/intern_sec/idris name = "Security Cadet - Idris" - head = /obj/item/clothing/head/softcap/idris uniform = /obj/item/clothing/under/rank/cadet/idris id = /obj/item/card/id/idris/sec diff --git a/code/game/jobs/faction/pmc.dm b/code/game/jobs/faction/pmc.dm index b9b272443f3..cb89e9b1479 100644 --- a/code/game/jobs/faction/pmc.dm +++ b/code/game/jobs/faction/pmc.dm @@ -57,14 +57,12 @@ /datum/outfit/job/officer/pmc name = "Security Officer - PMC" - head = /obj/item/clothing/head/beret/corporate/pmc uniform = /obj/item/clothing/under/rank/security/pmc id = /obj/item/card/id/pmc /datum/outfit/job/warden/pmc name = "Warden - PMC" - head = /obj/item/clothing/head/warden/pmc uniform = /obj/item/clothing/under/rank/warden/pmc suit = /obj/item/clothing/suit/storage/toggle/warden/pmc id = /obj/item/card/id/pmc @@ -73,7 +71,6 @@ /datum/outfit/job/intern_sec/pmc name = "Security Cadet - PMC" - head = /obj/item/clothing/head/softcap/pmc uniform = /obj/item/clothing/under/rank/cadet/pmc id = /obj/item/card/id/pmc diff --git a/code/game/jobs/faction/zavodskoi.dm b/code/game/jobs/faction/zavodskoi.dm index b07cd50c62b..81bcf5e7e76 100644 --- a/code/game/jobs/faction/zavodskoi.dm +++ b/code/game/jobs/faction/zavodskoi.dm @@ -85,12 +85,10 @@ uniform = /obj/item/clothing/under/rank/security/zavod id = /obj/item/card/id/zavodskoi/sec - head = /obj/item/clothing/head/beret/corporate/zavod /datum/outfit/job/warden/zavodskoi name = "Warden - Zavodskoi Interstellar" - head = /obj/item/clothing/head/warden/zavod uniform = /obj/item/clothing/under/rank/warden/zavod suit = /obj/item/clothing/suit/storage/toggle/warden/zavod id = /obj/item/card/id/zavodskoi/sec @@ -99,7 +97,6 @@ /datum/outfit/job/intern_sec/zavodskoi name = "Security Cadet - Zavodskoi Interstellar" - head = /obj/item/clothing/head/softcap/zavod uniform = /obj/item/clothing/under/rank/cadet/zavod id = /obj/item/card/id/zavodskoi/sec diff --git a/html/changelogs/mattatlas-noberets.yml b/html/changelogs/mattatlas-noberets.yml new file mode 100644 index 00000000000..8b77bc87a13 --- /dev/null +++ b/html/changelogs/mattatlas-noberets.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: MattAtlas + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "Berets have once again been removed from security job outfit datums."