Fixing more stuff
Mint machine compile fixes and the syndicate contractor program.
This commit is contained in:
@@ -27,9 +27,6 @@
|
||||
QDEL_NULL(soundloop)
|
||||
return ..()
|
||||
|
||||
/obj/machinery/power/port_gen/should_have_node()
|
||||
return anchored
|
||||
|
||||
/obj/machinery/power/port_gen/connect_to_network()
|
||||
if(!anchored)
|
||||
return FALSE
|
||||
|
||||
@@ -385,4 +385,4 @@
|
||||
var/target = base_area ? base_area : src
|
||||
for(var/obj/machinery/power/apc/APC in GLOB.apcs_list)
|
||||
if(APC.area == target)
|
||||
return APC
|
||||
return APC
|
||||
|
||||
Reference in New Issue
Block a user