mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 16:44:43 +01:00
Small oversight with the wirecarp circuit (#81107)
## About The Pull Request Thanks Elli-Skala for pointing it out. ## Why It's Good For The Game The port is meant for modular computers and station relays, both of which are objects. ## Changelog N/A, it's a very small thing.
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
|
||||
/obj/item/circuit_component/mod_program/ntnetmonitor/populate_ports()
|
||||
. = ..()
|
||||
target = add_input_port("Target Messenger/Relay", PORT_TYPE_DATUM, order = 0.5)
|
||||
target = add_input_port("Target Messenger/Relay", PORT_TYPE_ATOM)
|
||||
toggle_ids = add_input_port("Toggle IDS Status", PORT_TYPE_SIGNAL, trigger = PROC_REF(toggle_ids))
|
||||
toggle_relay = add_input_port("Toggle NTnet Relay", PORT_TYPE_SIGNAL, trigger = PROC_REF(toggle_relay))
|
||||
purge_logs = add_input_port("Purge Logs", PORT_TYPE_SIGNAL, trigger = PROC_REF(purge_logs))
|
||||
|
||||
Reference in New Issue
Block a user