[MIRROR] Add missing SIGNAL_HANDLERs [MDB IGNORE] (#8834)

* Add missing SIGNAL_HANDLERs (#62115)

Add missing SIGNAL_HANDLERs

* Add missing SIGNAL_HANDLERs

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-10-15 12:32:41 -04:00
committed by GitHub
co-authored by Mothblocks
parent 177d0d5987
commit 0d5eb8a0c4
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