mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 20:22:07 +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
|
||||
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user