[NO GBP] Adds Skyrat edit comment in jobmanagement.dm (#22684)

Forgot the Skyrat edit comments
This commit is contained in:
Bloop
2023-07-25 20:43:57 -04:00
committed by GitHub
parent 71c9ae6194
commit 1c40dd816a

View File

@@ -34,8 +34,10 @@ GLOBAL_VAR_INIT(time_last_changed_position, 0)
return FALSE
if(job.job_flags & JOB_CANNOT_OPEN_SLOTS)
return FALSE
// SKYRAT EDIT ADDITION START
if(job.veteran_only)
return FALSE
// SKYRAT EDIT ADDITION END
return TRUE