Roped into porting a bunch of MORE stuff

This commit is contained in:
kevinz000
2018-10-05 10:58:07 -07:00
parent 5c6a2ac85f
commit 35d02d48ea
7 changed files with 5 additions and 27 deletions

View File

@@ -17,9 +17,6 @@
/datum/computer/file/embedded_program/proc/receive_signal(datum/signal/signal, receive_method, receive_param)
return
/datum/computer/file/embedded_program/proc/process()
return
/datum/computer/file/embedded_program/proc/post_signal(datum/signal/signal, comm_line)
if(master)
master.post_signal(signal, comm_line)