mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-26 09:32:21 +00:00
[NO GBP] Adds Skyrat edit comment in jobmanagement.dm (#22684)
Forgot the Skyrat edit comments
This commit is contained in:
@@ -34,8 +34,10 @@ GLOBAL_VAR_INIT(time_last_changed_position, 0)
|
|||||||
return FALSE
|
return FALSE
|
||||||
if(job.job_flags & JOB_CANNOT_OPEN_SLOTS)
|
if(job.job_flags & JOB_CANNOT_OPEN_SLOTS)
|
||||||
return FALSE
|
return FALSE
|
||||||
|
// SKYRAT EDIT ADDITION START
|
||||||
if(job.veteran_only)
|
if(job.veteran_only)
|
||||||
return FALSE
|
return FALSE
|
||||||
|
// SKYRAT EDIT ADDITION END
|
||||||
return TRUE
|
return TRUE
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user