mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
[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:
co-authored by
Profakos
Gandalf
parent
b0833de4d2
commit
4948dafe7e
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user