mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 15:46:29 +01:00
Update timer.dm (#3086)
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
/obj/item/assembly/timer/toggle_secure()
|
||||
secured = !secured
|
||||
if(secured)
|
||||
START_PROCESSING(SSobj, src)
|
||||
START_PROCESSING(SSprocessing, src)
|
||||
else
|
||||
timing = 0
|
||||
STOP_PROCESSING(SSobj, src)
|
||||
STOP_PROCESSING(SSprocessing, src)
|
||||
update_icon()
|
||||
return secured
|
||||
|
||||
|
||||
Reference in New Issue
Block a user