[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:
Cursor
2024-01-14 14:35:26 +00:00
committed by GitHub
parent 87a033beab
commit 93db4faca4
2 changed files with 1 additions and 4 deletions
@@ -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