mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-26 09:14:04 +00:00
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
/area/shuttle_arrived()
|
|
.=..()
|
|
for(var/obj/machinery/telecomms/relay/R in contents)
|
|
R.reset_z()
|
|
for(var/obj/machinery/power/apc/A in contents)
|
|
A.update_area()
|