mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] Fixed animating filters with circuits and added special signal ports for instant circuit execution. [MDB IGNORE] (#8689)
* Fixed animating filters with circuits and added special signal ports for instant circuit execution. * Update filter.dm Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
co-authored by
Watermelon914
Gandalf
parent
25d1a5e7a2
commit
4c22c1f842
@@ -162,9 +162,9 @@
|
||||
|
||||
|
||||
/obj/item/circuit_component/airlock_access_event/populate_ports()
|
||||
open_airlock = add_input_port("Should Open Airlock", PORT_TYPE_SIGNAL, trigger = .proc/should_open_airlock)
|
||||
open_airlock = add_input_port("Should Open Airlock", PORT_TYPE_RESPONSE_SIGNAL, trigger = .proc/should_open_airlock)
|
||||
accessing_entity = add_output_port("Accessing Entity", PORT_TYPE_ATOM)
|
||||
event_triggered = add_output_port("Event Triggered", PORT_TYPE_SIGNAL)
|
||||
event_triggered = add_output_port("Event Triggered", PORT_TYPE_INSTANT_SIGNAL)
|
||||
|
||||
|
||||
/obj/item/circuit_component/airlock_access_event/proc/should_open_airlock(datum/port/input/port, list/return_values)
|
||||
|
||||
Reference in New Issue
Block a user