mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
Removes power check due to possible increase in shuttle calls because >Engineering >Competent
This commit is contained in:
@@ -125,7 +125,7 @@ datum/shuttle_controller
|
||||
continue
|
||||
if(istype(SC,/obj/machinery/computer/communications))
|
||||
var/obj/machinery/computer/communications/C = SC
|
||||
if(C.stat & (NOPOWER|BROKEN))
|
||||
if(C.stat & BROKEN)
|
||||
continue
|
||||
var/turf/T = get_turf(SC)
|
||||
if(T && T.z == 1)
|
||||
|
||||
Reference in New Issue
Block a user