alt titles and order

This commit is contained in:
Kashargul
2024-09-14 04:20:37 +02:00
parent b041bca268
commit 7fa41d248f
40 changed files with 679 additions and 603 deletions
@@ -79,7 +79,7 @@
/obj/effect/landmark/start/pilot
name = JOB_PILOT
/obj/effect/landmark/start/visitor
name = USELESS_JOB
name = JOB_ALT_VISITOR
/obj/effect/landmark/start/ai
name = JOB_AI
/obj/effect/landmark/start/cyborg
+2 -2
View File
@@ -527,8 +527,8 @@
toysay = "Execute him for breaking in!"
/obj/item/toy/figure/psychologist
name = "Psychologist action figure"
desc = "A \"Space Life\" brand Psychologist action figure."
name = JOB_ALT_PSYCHOLOGIST + " action figure"
desc = "A \"Space Life\" brand " + JOB_ALT_PSYCHOLOGIST + " action figure."
icon_state = "psychologist"
toysay = "The analyzer says you're fine!"
@@ -99,7 +99,7 @@
rank = JOB_GENETICIST
/obj/item/weapon/card/id/medical/psych
name = "Psychologist's ID"
name = JOB_ALT_PSYCHOLOGIST + "'s ID"
initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "stripe-brown")
rank = JOB_PSYCHIATRIST
@@ -109,7 +109,7 @@
rank = JOB_ALT_VIROLOGIST
/obj/item/weapon/card/id/medical/emt
name = "Emergency Medical Technician's ID"
name = JOB_ALT_EMERGENCY_MEDICAL_TECHNICIAN + "'s ID"
initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "stripe-blue")
rank = JOB_PARAMEDIC
@@ -213,8 +213,9 @@
rank = JOB_CHAPLAIN
/obj/item/weapon/card/id/civilian/journalist
name = "Journalist's ID"
name = JOB_ALT_JOURNALIST + "'s ID"
initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n", "stripe-red")
rank = JOB_ALT_JOURNALIST
/obj/item/weapon/card/id/civilian/pilot
name = JOB_PILOT + "'s ID"
@@ -299,8 +299,8 @@
rank = JOB_QUARTERMASTER
/obj/item/weapon/card/id/assistant
assignment = USELESS_JOB //VOREStation Edit - Visitor not Assistant
rank = USELESS_JOB //VOREStation Edit - Visitor not Assistant
assignment = JOB_ALT_VISITOR //VOREStation Edit - Visitor not Assistant
rank = JOB_ALT_VISITOR //VOREStation Edit - Visitor not Assistant
/obj/item/weapon/card/id/civilian
name = "identification card"
@@ -524,7 +524,7 @@
if(!configured)
var/list/jobs_to_icon = list( //ITG only has a few kinds of icons so we have to group them up!
JOB_PILOT = "itg",
USELESS_JOB = "itg",
JOB_ALT_VISITOR = "itg",
JOB_QUARTERMASTER = "itg",
JOB_CARGO_TECHNICIAN = "itg",
JOB_SHAFT_MINER = "itg",