mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
into the bin (#24289)
This commit is contained in:
@@ -650,7 +650,10 @@
|
||||
if(current_apc)
|
||||
RegisterSignal(machine_powernet, COMSIG_POWERNET_POWER_CHANGE, PROC_REF(update), override = TRUE)
|
||||
|
||||
/obj/machinery/light/flicker(amount = rand(20, 30))
|
||||
/obj/machinery/light/get_spooked()
|
||||
return forced_flicker()
|
||||
|
||||
/obj/machinery/light/proc/forced_flicker(amount = rand(20, 30))
|
||||
if(flickering)
|
||||
return FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user