mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
Bugsquashing (#96204)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user