mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00:00
Removes berets from security loadouts again. (#13956)
Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
41
html/changelogs/mattatlas-noberets.yml
Normal file
41
html/changelogs/mattatlas-noberets.yml
Normal file
@@ -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."
|
||||
Reference in New Issue
Block a user