less redtext - updates anomalies

This commit is contained in:
Letter N
2020-08-03 20:53:36 +08:00
parent e40470f553
commit a19e306137
40 changed files with 327 additions and 282 deletions
-3
View File
@@ -25,9 +25,6 @@
QDEL_NULL(soundloop)
return ..()
/obj/machinery/power/port_gen/should_have_node() //remove if runtimed
return anchored
/obj/machinery/power/port_gen/connect_to_network()
if(!anchored)
return FALSE
-3
View File
@@ -75,9 +75,6 @@
if(!initial(charge) && !charge)
charge = C / 15000 * 1e6
/obj/machinery/power/smes/should_have_node() //remove if runtimed.
return TRUE
/obj/machinery/power/smes/attackby(obj/item/I, mob/user, params)
//opening using screwdriver
if(default_deconstruction_screwdriver(user, "[initial(icon_state)]-o", initial(icon_state), I))