job hud/id card icon changes (#48858)

About The Pull Request

i changed all id card/hud icons to adhere to the 1 color + white "rule"
i changed most id card colorations to keep consistent with stuff on the hud and the bottom of the card
i added hud icons and cool id icons for ert
Why It's Good For The Game

cool
Changelog

🆑
imageadd: new hud icons for ert, service hud icons recolored, some hud icons simplified or small recolors, some job id card icons recolored and changed job id cards for ert
/🆑
This commit is contained in:
Fikou
2020-01-23 13:27:17 +13:00
committed by oranges
parent 69da042ef1
commit d40c7a04f5
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -362,10 +362,10 @@
"Research Director", "Scientist", "Roboticist", "Head of Security", "Warden", "Detective", "Security Officer")
/proc/get_all_job_icons() //For all existing HUD icons
return get_all_jobs() + list("Prisoner", "Entertainment Response Officer", "Religious Response Officer", "Janitorial Response Officer", "Death Commando")
return get_all_jobs() + list("Prisoner", "Emergency Response Team Commander", "Security Response Officer", "Engineering Response Officer", "Medical Response Officer", "Entertainment Response Officer", "Religious Response Officer", "Janitorial Response Officer", "Death Commando")
/proc/get_all_centcom_jobs()
return list("Central Command","VIP Guest","Custodian","Thunderdome Overseer","CentCom Official","Medical Officer","Research Officer","Special Ops Officer","Admiral","CentCom Commander","Emergency Response Team Commander","Security Response Officer","Engineering Response Officer", "Medical Response Officer","CentCom Bartender")
return list("Central Command","VIP Guest","Custodian","Thunderdome Overseer","CentCom Official","Medical Officer","Research Officer","Special Ops Officer","Admiral","CentCom Commander","CentCom Bartender")
/obj/item/proc/GetJobName() //Used in secHUD icon generation
var/obj/item/card/id/I = GetID()
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB