From ceaafa50ace0b223950244cff55d0c6d0e5c0105 Mon Sep 17 00:00:00 2001 From: ParadoxSpace Date: Sun, 4 Nov 2018 14:09:41 -0700 Subject: [PATCH] actually adds hos cloak (#5505) --- .../preference_setup/loadout/loadout_suit.dm | 5 +++ .../paradoxspace-theresalwaysone.yml | 37 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 html/changelogs/paradoxspace-theresalwaysone.yml diff --git a/code/modules/client/preference_setup/loadout/loadout_suit.dm b/code/modules/client/preference_setup/loadout/loadout_suit.dm index b5e9d219233..8a80ea74d54 100644 --- a/code/modules/client/preference_setup/loadout/loadout_suit.dm +++ b/code/modules/client/preference_setup/loadout/loadout_suit.dm @@ -131,6 +131,11 @@ path = /obj/item/clothing/accessory/poncho/roles/cloak/hop allowed_roles = list("Head of Personnel") +/datum/gear/suit/roles/poncho/cloak/hos + display_name = "cloak, head of security" + path = /obj/item/clothing/accessory/poncho/roles/cloak/hos + allowed_roles = list("Head of Security") + /datum/gear/suit/roles/poncho/cloak/cargo display_name = "cloak, cargo" path = /obj/item/clothing/accessory/poncho/roles/cloak/cargo diff --git a/html/changelogs/paradoxspace-theresalwaysone.yml b/html/changelogs/paradoxspace-theresalwaysone.yml new file mode 100644 index 00000000000..2581e06345f --- /dev/null +++ b/html/changelogs/paradoxspace-theresalwaysone.yml @@ -0,0 +1,37 @@ +################################ +# 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 +################################# + +# Your name. +author: ParadoxSpace + +# 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: "Actually adds the HoS cloak to the loadout. Sorry."