mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 12:16:40 +01:00
8 lines
287 B
Plaintext
8 lines
287 B
Plaintext
/datum/controller/subsystem/job/build_jobnames()
|
|
. = ..()
|
|
|
|
// SPLURT Edit
|
|
// Syndicate jobs are not in occupations either, but we need to handle them anyway
|
|
for(var/title in get_all_syndicate_jobs())
|
|
.[title] = "Syndicate" //Return with the Syndicate logo if it is a Syndicate job
|