[MIRROR] Request Console refactor [MDB IGNORE] (#20979)

* Request Console refactor

* wew

* wew

---------

Co-authored-by: Profakos <profakos@gmail.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-05-08 23:09:17 +01:00
committed by GitHub
co-authored by Profakos Gandalf
parent b0833de4d2
commit 4948dafe7e
23 changed files with 1087 additions and 489 deletions
+1 -1
View File
@@ -319,7 +319,7 @@
areas_with_air_alarm.Add(A.type)
CHECK_TICK
for(var/obj/machinery/requests_console/RC in GLOB.allConsoles)
for(var/obj/machinery/requests_console/RC in GLOB.req_console_all)
var/area/A = get_area(RC)
if(!A)
dat += "Skipped over [RC] in invalid location, [RC.loc].<br>"