Reduce lines by removing blank lines added by PJ's script

This commit is contained in:
Tigercat2000
2016-04-05 08:25:57 -07:00
parent 9d430844c3
commit 78f53553f8
1049 changed files with 3 additions and 8630 deletions
@@ -141,22 +141,15 @@
/datum/computer/file/embedded_program/docking/proc/print_state()
to_chat(world, "id_tag: [id_tag]")
to_chat(world, "dock_state: [dock_state]")
to_chat(world, "control_mode: [control_mode]")
to_chat(world, "tag_target: [tag_target]")
to_chat(world, "response_sent: [response_sent]")
/datum/computer/file/embedded_program/docking/post_signal(datum/signal/signal, comm_line)
to_chat(world, "Program [id_tag] sent a message!")
print_state()
to_chat(world, "[id_tag] sent command \"[signal.data["command"]]\" to \"[signal.data["recipient"]]\"")
..(signal)
/obj/machinery/embedded_controller/radio/airlock/docking_port/verb/view_state()
@@ -114,22 +114,15 @@
/datum/computer/file/embedded_program/docking/multi/proc/print_state()
to_chat(world, "id_tag: [id_tag]")
to_chat(world, "dock_state: [dock_state]")
to_chat(world, "control_mode: [control_mode]")
to_chat(world, "tag_target: [tag_target]")
to_chat(world, "response_sent: [response_sent]")
/datum/computer/file/embedded_program/docking/multi/post_signal(datum/signal/signal, comm_line)
to_chat(world, "Program [id_tag] sent a message!")
print_state()
to_chat(world, "[id_tag] sent command \"[signal.data["command"]]\" to \"[signal.data["recipient"]]\"")
..(signal)
/obj/machinery/embedded_controller/radio/docking_port_multi/verb/view_state()
@@ -240,7 +240,6 @@
/datum/computer/file/embedded_program/docking/proc/force_undock()
// to_chat(world, "[id_tag]: forcing undock")
if (tag_target)
send_docking_command(tag_target, "dock_error")
reset()