mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 16:44:43 +01:00
[Ready][Non-Modular] (but it reverts back to TG Code) Removes a check in Modular Computers, Use bitflags. (#26024)
Removes a check in Modular Computers, Use bitflags.
This commit is contained in:
@@ -34,10 +34,6 @@ 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