Atmos construction rework again

This commit is contained in:
duncathan salt
2017-10-23 16:29:53 -05:00
committed by CitadelStationBot
parent 3243eaa6b8
commit ed12370a73
24 changed files with 223 additions and 285 deletions
@@ -26,6 +26,9 @@ Thus, the two variables affect pump operation are set in New():
var/id = null
var/datum/radio_frequency/radio_connection
construction_type = /obj/item/pipe/directional
pipe_state = "pump"
/obj/machinery/atmospherics/components/binary/pump/on
on = TRUE
@@ -175,7 +178,10 @@ Thus, the two variables affect pump operation are set in New():
if(. && on && is_operational())
to_chat(user, "<span class='warning'>You cannot unwrench [src], turn it off first!</span>")
return FALSE
<<<<<<< HEAD
else
investigate_log("Pump, [src.name], was unwrenched by [key_name(usr)] at [x], [y], [z], [A]", INVESTIGATE_ATMOS)
message_admins("Pump, [src.name], was unwrenched by [ADMIN_LOOKUPFLW(user)] at [A]")
return TRUE
=======
>>>>>>> e8c2109... Atmos construction rework again (#31944)