mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[READY]Ports /tg/station pixel projectiles, processing subsystems, timer subsystems, and some misc stuff to make it all work
This commit is contained in:
@@ -17,9 +17,12 @@
|
||||
/datum/computer/file/embedded_program/proc/receive_signal(datum/signal/signal, receive_method, receive_param)
|
||||
return
|
||||
|
||||
/datum/computer/file/embedded_program/process()
|
||||
<<<<<<< HEAD
|
||||
/datum/computer/file/embedded_program/proc/process()
|
||||
return
|
||||
|
||||
=======
|
||||
>>>>>>> 9ff8103... Merge pull request #5636 from kevinz000/pixel_projectiles
|
||||
/datum/computer/file/embedded_program/proc/post_signal(datum/signal/signal, comm_line)
|
||||
if(master)
|
||||
master.post_signal(signal, comm_line)
|
||||
|
||||
Reference in New Issue
Block a user