mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 14:02:49 +00:00
NTSL2++ sucessor to NTSL2+ (#9321)
This drastcly is meant to rework DM and Daemon code to allow further expansion and replacement of custom engine with JavaScript language based engine. Daemon PR - Aurorastation/ByondInterpretedLanguage#7 Forums topic for discussion - https://forums.aurorastation.org/topic/14570-ntsl2-and-its-future/ Superseeds #8817
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
var/data = get_pin_data(IC_INPUT, 1)
|
||||
if (data != null)
|
||||
var/chan = "[WP_ELECTRONICS][get_pin_data(IC_INPUT, 2) || "default"]"
|
||||
ntsl2.receive_subspace(chan, data)
|
||||
// ntsl2.receive_subspace(chan, data) TODO: KAROLIS Re add messaging
|
||||
for (var/thing in GET_LISTENERS(chan))
|
||||
var/listener/L = thing
|
||||
var/obj/item/integrated_circuit/transfer/wireless/W = L.target
|
||||
|
||||
Reference in New Issue
Block a user