mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
@@ -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