mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
Reduce lines by removing blank lines added by PJ's script
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user