mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
Implement Bay's SSmachinery and power usage updates, further unclogging the toilet (#13910)
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
return TRUE
|
||||
|
||||
else if(href_list["toggledoor"])
|
||||
for(var/obj/machinery/door/blast/M in SSmachinery.all_machines)
|
||||
for(var/obj/machinery/door/blast/M in SSmachinery.machinery)
|
||||
if(M.id == href_list["toggledoor"])
|
||||
if(M.density)
|
||||
M.open()
|
||||
|
||||
Reference in New Issue
Block a user