Skip to content

Commit

Permalink
[MIRROR] Small oversight with the wirecarp circuit (#649)
Browse files Browse the repository at this point in the history
* 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.

* Small oversight with the wirecarp circuit

---------

Co-authored-by: Ghom <[email protected]>
  • Loading branch information
2 people authored and FFMirrorBot committed Jan 28, 2024
1 parent b1a7972 commit d9951b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit d9951b0

Please sign in to comment.