mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
[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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user