Fix runtimes with Rev malfunction ability (#19126)

This commit is contained in:
alex-gh
2022-09-22 15:23:58 +02:00
committed by GitHub
parent 4f1b1389f7
commit 73b27768f3
@@ -301,13 +301,13 @@
new /obj/effect/temp_visual/revenant(loc)
locked = FALSE
open = TRUE
emag_act(null)
emag_act(usr)
/obj/rev_malfunction(cause_emp = TRUE)
if(prob(20))
if(prob(50))
new /obj/effect/temp_visual/revenant(loc)
emag_act(null)
emag_act(usr)
else if(cause_emp)
emp_act(1)