From 89b6ff16132983c86ef494b1e2438b97d5c804ce Mon Sep 17 00:00:00 2001 From: VTCobaltblood Date: Sun, 10 Feb 2019 17:34:22 +0300 Subject: [PATCH] Adds a copy of the CMO's jumpsuit to their locker (#6035) --- .../crates_lockers/closets/secure/medical.dm | 1 + .../VTCobaltblood - dana-best-cmo.yml | 41 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 html/changelogs/VTCobaltblood - dana-best-cmo.yml diff --git a/code/game/objects/structures/crates_lockers/closets/secure/medical.dm b/code/game/objects/structures/crates_lockers/closets/secure/medical.dm index 133d05e1347..ef24121c7b2 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/medical.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/medical.dm @@ -104,6 +104,7 @@ new /obj/item/clothing/suit/bio_suit/cmo(src) new /obj/item/clothing/head/bio_hood/cmo(src) new /obj/item/clothing/shoes/white(src) + new /obj/item/clothing/under/rank/chief_medical_officer(src) new /obj/item/weapon/cartridge/cmo(src) new /obj/item/clothing/gloves/latex(src) new /obj/item/device/radio/headset/heads/cmo(src) diff --git a/html/changelogs/VTCobaltblood - dana-best-cmo.yml b/html/changelogs/VTCobaltblood - dana-best-cmo.yml new file mode 100644 index 00000000000..4c7d2142a93 --- /dev/null +++ b/html/changelogs/VTCobaltblood - dana-best-cmo.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: VTCobaltblood + +# 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: + - tweak: "CMOs now get a copy of their jumpsuit in their locker." \ No newline at end of file