[MIRROR] ATC Refactor (#10422)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-15 17:03:17 -07:00
committed by GitHub
parent 1ad7827d9d
commit f543fd71e2
30 changed files with 1044 additions and 3241 deletions

View File

@@ -81,9 +81,9 @@
//VOREStation Add End
if(level >= SEC_LEVEL_RED)
atc.reroute_traffic(yes = 1) // Tell them fuck off we're busy.
SSatc.reroute_traffic(yes = 1) // Tell them fuck off we're busy.
else
atc.reroute_traffic(yes = 0)
SSatc.reroute_traffic(yes = 0)
spawn()
//SSnightshift.check_nightshift() //CHOMPedit: disabling this for now as we do not use the nightshift currently.