mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
Multiple Consular/Representative Framework (#17853)
* auto-blacklisting for consulars * proper blacklist list * changelog * oops * corprep * Update code/game/jobs/job/job.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * roundstart spawn checks * Update code/game/jobs/job/job.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/game/jobs/job/job.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> --------- Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
This commit is contained in:
@@ -196,6 +196,10 @@
|
||||
if(C.job_species_blacklist[job.title] && (pref.species in C.job_species_blacklist[job.title]))
|
||||
dat += "<del>[dispRank]</del></td><td><b> \[SPECIES RESTRICTED]</b></td></tr>"
|
||||
continue
|
||||
if(job.blacklisted_citizenship)
|
||||
if(C.name in job.blacklisted_citizenship)
|
||||
dat += "<del>[dispRank]</del></td><td><b> \[BACKGROUND RESTRICTED]</b></td></tr>"
|
||||
continue
|
||||
if(job.alt_titles && (LAZYLEN(pref.GetValidTitles(job)) > 1))
|
||||
dispRank = "<span width='60%' align='center'> <a href='?src=\ref[src];select_alt_title=\ref[job]'>\[[pref.GetPlayerAltTitle(job)]\]</a></span>"
|
||||
if((pref.job_civilian_low & ASSISTANT) && (rank != "Assistant"))
|
||||
|
||||
Reference in New Issue
Block a user