mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Fix runtimes with Rev malfunction ability (#19126)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user