Adds the nanite remote for some programs

Adds a new remote function from tg
This commit is contained in:
keronshb
2020-01-06 20:28:33 -05:00
parent d204c0044c
commit 35cd77d433
11 changed files with 1712 additions and 1490 deletions
@@ -197,6 +197,15 @@
return
SEND_SIGNAL(host_mob, COMSIG_NANITE_SIGNAL, code, source)
/datum/nanite_program/relay/proc/relay_comm_signal(comm_code, relay_code, comm_message)
if(!activated)
return
if(!host_mob)
return
if(relay_code != relay_channel)
return
SEND_SIGNAL(host_mob, COMSIG_NANITE_COMM_SIGNAL, comm_code, comm_message)
/datum/nanite_program/metabolic_synthesis
name = "Metabolic Synthesis"
desc = "The nanites use the metabolic cycle of the host to speed up their replication rate, using their extra nutrition as fuel."