push
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
|
||||
var/turf/T = get_turf(patient)
|
||||
var/obj/structure/table/optable/table = locate(/obj/structure/table/optable, T)
|
||||
if(table?.computer && !(table.computer.stat & (NOPOWER|BROKEN)))
|
||||
if(table?.computer && !(table.computer.machine_stat & (NOPOWER|BROKEN)))
|
||||
advanced_surgeries |= table.computer.advanced_surgeries
|
||||
|
||||
if(istype(tool, /obj/item/surgical_drapes/advanced))
|
||||
|
||||
Reference in New Issue
Block a user