mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Prevents infinite resonator explosions (#66122)
This commit is contained in:
@@ -114,6 +114,8 @@
|
||||
|
||||
/obj/effect/temp_visual/resonance/proc/burst()
|
||||
SIGNAL_HANDLER
|
||||
if(rupturing)
|
||||
return
|
||||
rupturing = TRUE
|
||||
var/turf/src_turf = get_turf(src)
|
||||
new /obj/effect/temp_visual/resonance_crush(src_turf)
|
||||
|
||||
Reference in New Issue
Block a user