Bugsquashing (#96204)

This commit is contained in:
FlufflesTheDog
2026-05-26 06:08:36 -07:00
committed by GitHub
parent 8d7744303f
commit e83d0cc4c6
3 changed files with 6 additions and 3 deletions
+3 -2
View File
@@ -131,8 +131,9 @@
SEND_SIGNAL(creator, COMSIG_LIVING_RESONATOR_BURST, creator, attacked_living)
to_chat(attacked_living, span_userdanger("[src] ruptured with you in it!"))
attacked_living.apply_damage(resonance_damage, BRUTE)
attacked_living.add_movespeed_modifier(/datum/movespeed_modifier/resonance)
addtimer(CALLBACK(attacked_living, TYPE_PROC_REF(/mob, remove_movespeed_modifier), /datum/movespeed_modifier/resonance), 10 SECONDS, TIMER_UNIQUE | TIMER_OVERRIDE)
if(!QDELETED(attacked_living))
attacked_living.add_movespeed_modifier(/datum/movespeed_modifier/resonance)
addtimer(CALLBACK(attacked_living, TYPE_PROC_REF(/mob, remove_movespeed_modifier), /datum/movespeed_modifier/resonance), 10 SECONDS, TIMER_UNIQUE | TIMER_OVERRIDE)
for(var/obj/effect/temp_visual/resonance/field in orange(1, src))
if(field.rupturing)
continue