mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
[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:
@@ -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