Add missing SIGNAL_HANDLERs (#62115)

Add missing SIGNAL_HANDLERs
This commit is contained in:
Mothblocks
2021-10-14 23:01:02 -07:00
committed by GitHub
parent 11402f6ae6
commit 3be6f04b5c
13 changed files with 24 additions and 3 deletions
+1
View File
@@ -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