mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Merge pull request #14812 from SteelSlayer/blackout-fix
Fixes malf AI's blackout ability
This commit is contained in:
@@ -677,7 +677,7 @@
|
||||
|
||||
/datum/action/innate/ai/blackout/Activate()
|
||||
for(var/thing in GLOB.apcs)
|
||||
var/obj/machinery/power/apc/apc
|
||||
var/obj/machinery/power/apc/apc = thing
|
||||
if(prob(30 * apc.overload))
|
||||
INVOKE_ASYNC(apc, /obj/machinery/power/apc.proc/overload_lighting)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user