diff --git a/code/game/jobs/job/civilian.dm b/code/game/jobs/job/civilian.dm index 7277ed41f11..72a0ee87826 100644 --- a/code/game/jobs/job/civilian.dm +++ b/code/game/jobs/job/civilian.dm @@ -368,7 +368,7 @@ uniform = /obj/item/clothing/under/rank/operations_manager shoes = /obj/item/clothing/shoes/sneakers/brown - id = /obj/item/card/id/navy + id = /obj/item/card/id/scc/silver l_hand = /obj/item/clipboard glasses = /obj/item/clothing/glasses/sunglasses diff --git a/code/game/jobs/job/engineering.dm b/code/game/jobs/job/engineering.dm index 33a2fddef2c..7ca6679b95c 100644 --- a/code/game/jobs/job/engineering.dm +++ b/code/game/jobs/job/engineering.dm @@ -40,7 +40,7 @@ uniform = /obj/item/clothing/under/rank/chief_engineer head = /obj/item/clothing/head/hardhat/white belt = /obj/item/storage/belt/utility/ce - id = /obj/item/card/id/navy + id = /obj/item/card/id/scc/silver shoes = null r_pocket = /obj/item/device/t_scanner diff --git a/code/game/jobs/job/medical.dm b/code/game/jobs/job/medical.dm index 1b05d51e9b6..70755c665fe 100644 --- a/code/game/jobs/job/medical.dm +++ b/code/game/jobs/job/medical.dm @@ -39,7 +39,7 @@ suit = /obj/item/clothing/suit/storage/toggle/labcoat/cmo suit_store = /obj/item/device/flashlight/pen shoes = /obj/item/clothing/shoes/sneakers/brown - id = /obj/item/card/id/navy + id = /obj/item/card/id/scc/silver l_hand = /obj/item/storage/firstaid/adv headset = /obj/item/device/radio/headset/heads/cmo diff --git a/code/game/jobs/job/science.dm b/code/game/jobs/job/science.dm index 823e0278760..80060718bd8 100644 --- a/code/game/jobs/job/science.dm +++ b/code/game/jobs/job/science.dm @@ -41,7 +41,7 @@ uniform = /obj/item/clothing/under/rank/research_director suit = /obj/item/clothing/suit/storage/toggle/labcoat/science shoes = /obj/item/clothing/shoes/sneakers/brown - id = /obj/item/card/id/navy + id = /obj/item/card/id/scc/silver l_hand = /obj/item/clipboard headset = /obj/item/device/radio/headset/heads/rd diff --git a/code/game/jobs/job/security.dm b/code/game/jobs/job/security.dm index bcc728da049..14c3b6af8c5 100644 --- a/code/game/jobs/job/security.dm +++ b/code/game/jobs/job/security.dm @@ -40,7 +40,7 @@ uniform = /obj/item/clothing/under/rank/head_of_security head = /obj/item/clothing/head/hos - id = /obj/item/card/id/navy + id = /obj/item/card/id/scc/silver shoes = null glasses = /obj/item/clothing/glasses/sunglasses/sechud/head diff --git a/html/changelogs/CatsinHD - Fix Command IDs.yml b/html/changelogs/CatsinHD - Fix Command IDs.yml new file mode 100644 index 00000000000..10f51d1070c --- /dev/null +++ b/html/changelogs/CatsinHD - Fix Command IDs.yml @@ -0,0 +1,58 @@ +################################ +# 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 +# - (fixes bugs) +# wip +# - (work in progress) +# qol +# - (quality of life) +# soundadd +# - (adds a sound) +# sounddel +# - (removes a sound) +# rscadd +# - (adds a feature) +# rscdel +# - (removes a feature) +# imageadd +# - (adds an image or sprite) +# imagedel +# - (removes an image or sprite) +# spellcheck +# - (fixes spelling or grammar) +# experiment +# - (experimental change) +# balance +# - (balance changes) +# code_imp +# - (misc internal code change) +# refactor +# - (refactors code) +# config +# - (makes a change to the config files) +# admin +# - (makes changes to administrator tools) +# server +# - (miscellaneous changes to server) +################################# + +# Your name. +author: CatsinHD + +# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Gives OM, CMO, HoS, CE, and RD the new command IDs."