From 46adb0dd0cf152583de63ea85685934cc9f0139e Mon Sep 17 00:00:00 2001 From: Bone White Date: Tue, 28 Oct 2014 11:39:12 +0000 Subject: [PATCH] Support Jobs on ID Comp Fix Finally puts support jobs back on the ID (HoP) computer. Removed NT rep from the list of positions that can be chosen (as it's a central assigned position only). Slightly altered the colours of the interface to make it easier to read. --- code/game/jobs/jobs.dm | 1 - code/game/machinery/computer/card.dm | 1 + nano/templates/identification_computer.tmpl | 27 ++++++++++++--------- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/code/game/jobs/jobs.dm b/code/game/jobs/jobs.dm index 2714290d6b7..34c89783be7 100644 --- a/code/game/jobs/jobs.dm +++ b/code/game/jobs/jobs.dm @@ -116,7 +116,6 @@ var/list/support_positions = list( "Mime", "Barber", "Magistrate", - "Nanotrasen Representative", "Nanotrasen Recruiter" ) diff --git a/code/game/machinery/computer/card.dm b/code/game/machinery/computer/card.dm index 8a920d8ac93..4fc52baa7ad 100644 --- a/code/game/machinery/computer/card.dm +++ b/code/game/machinery/computer/card.dm @@ -107,6 +107,7 @@ data["science_jobs"] = format_jobs(science_positions) data["security_jobs"] = format_jobs(security_positions) data["support_jobs"] = format_jobs(support_positions) + data["civilian_jobs"] = format_jobs(civilian_positions) data["special_jobs"] = format_jobs(whitelisted_positions) data["centcom_jobs"] = format_jobs(get_all_centcom_jobs()) diff --git a/nano/templates/identification_computer.tmpl b/nano/templates/identification_computer.tmpl index d7635dc9f70..77c3c1cc720 100644 --- a/nano/templates/identification_computer.tmpl +++ b/nano/templates/identification_computer.tmpl @@ -131,9 +131,6 @@