mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
deputy config stuff (#339)
* departmentless deputy is now a config * service deputy * adds deputies to job config * AAAAAAAAAAAA
This commit is contained in:
@@ -205,13 +205,13 @@
|
||||
newSash = new /obj/item/clothing/under/bodysash/security/brigdoc()
|
||||
if("Deputy")
|
||||
newSash = new /obj/item/clothing/under/bodysash/security/deputy()
|
||||
if("Deputy (Engineering)")
|
||||
if("Engineering Deputy")
|
||||
newSash = new /obj/item/clothing/under/bodysash/security/deputy()
|
||||
if("Deputy (Medical)")
|
||||
if("Medical Deputy")
|
||||
newSash = new /obj/item/clothing/under/bodysash/security/deputy()
|
||||
if("Deputy (Science)")
|
||||
if("Science Deputy")
|
||||
newSash = new /obj/item/clothing/under/bodysash/security/deputy()
|
||||
if("Deputy (Supply)")
|
||||
if("Supply Deputy")
|
||||
newSash = new /obj/item/clothing/under/bodysash/security/deputy()
|
||||
|
||||
// Medical
|
||||
|
||||
Reference in New Issue
Block a user