Removes civilian: Return of the Assistant King (#17103)

* Removes Civilian

* other alt-titles as well

* further resolution

* forgot these

* TGUI

* hud icon
This commit is contained in:
Fox McCloud
2021-11-16 19:49:08 +01:00
committed by GitHub
parent e8add7384e
commit 55a6c23bc7
36 changed files with 148 additions and 159 deletions
+1 -1
View File
@@ -1783,7 +1783,7 @@
/mob/living/carbon/human/mind_initialize()
..()
if(!mind.assigned_role)
mind.assigned_role = "Civilian" //defualt
mind.assigned_role = "Assistant" //defualt
/mob/proc/sync_mind()
mind_initialize() //updates the mind (or creates and initializes one if one doesn't exist)
+2 -2
View File
@@ -253,8 +253,8 @@
var/obj/item/card/id/I = H.wear_id
if(istype(I))
apply_to_card(I, H, get_centcom_access("NT Undercover Operative"), "Civilian")
H.sec_hud_set_ID() // Force it to show as Civ on sec huds
apply_to_card(I, H, get_centcom_access("NT Undercover Operative"), "Assistant")
H.sec_hud_set_ID() // Force it to show as assistant on sec huds
var/obj/item/radio/R = H.l_ear
if(istype(R))
+1 -1
View File
@@ -317,7 +317,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
reference = "PG"
item = /obj/item/clothing/gloves/color/black/thief
cost = 6
job = list("Civilian")
job = list("Assistant")
//Bartender