mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
@@ -133,6 +133,7 @@
|
||||
disconnect(output)
|
||||
|
||||
/datum/port/input/proc/disconnect(datum/port/output/output)
|
||||
SIGNAL_HANDLER
|
||||
connected_ports -= output
|
||||
UnregisterSignal(output, COMSIG_PORT_SET_VALUE)
|
||||
UnregisterSignal(output, COMSIG_PORT_SET_TYPE)
|
||||
|
||||
@@ -149,4 +149,5 @@
|
||||
* * new_value - A boolean that determines if the circuit is locked or not.
|
||||
**/
|
||||
/obj/item/circuit_component/money_bot/proc/on_set_locked(datum/source, new_value)
|
||||
SIGNAL_HANDLER
|
||||
attached_bot.locked = new_value
|
||||
|
||||
@@ -76,4 +76,5 @@
|
||||
* * new_value - A boolean that determines if the circuit is locked or not.
|
||||
**/
|
||||
/obj/item/circuit_component/scanner_gate/proc/on_set_locked(datum/source, new_value)
|
||||
SIGNAL_HANDLER
|
||||
attached_gate.locked = new_value
|
||||
|
||||
Reference in New Issue
Block a user