[MIRROR] Operating computers no longer link to stasis beds. (#3775)

* Operating computers no longer link to stasis beds. (#57306)

* Operating computers no longer link to stasis beds.

Co-authored-by: Cimika/Lessie/KathyRyals <65850818+KathyRyals@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-03-03 03:00:30 +01:00
committed by GitHub
parent 38f5faf0a7
commit 1cfa918513
3 changed files with 3 additions and 37 deletions
-5
View File
@@ -79,11 +79,6 @@
var/obj/structure/table/optable/table = locate(/obj/structure/table/optable, T)
if(table?.computer)
opcomputer = table.computer
else
var/obj/machinery/stasis/the_stasis_bed = locate(/obj/machinery/stasis, T)
if(the_stasis_bed?.op_computer)
opcomputer = the_stasis_bed.op_computer
if(!opcomputer)
return
if(opcomputer.machine_stat & (NOPOWER|BROKEN))