mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Explorer Transfers (#13384)
* v1, explorer as job transfer option for HOPs * move to support.dm * spacing * recategorize as support * ACCESS_EXTERNAL_AIRLOCKS * corrected access line * Updated explorer HUD icon Co-authored-by: Kyep <Kyep@users.noreply.github.com>
This commit is contained in:
@@ -624,6 +624,9 @@ GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts
|
||||
if(job.admin_only)
|
||||
continue
|
||||
|
||||
if(job.hidden_from_job_prefs)
|
||||
continue
|
||||
|
||||
index += 1
|
||||
if((index >= limit) || (job.title in splitJobs))
|
||||
if((index < limit) && (lastJob != null))
|
||||
|
||||
Reference in New Issue
Block a user