when the knock is down (#24173)

This commit is contained in:
BiancaWilkson
2024-02-27 17:37:38 -05:00
committed by GitHub
parent 7dd4ecf151
commit bca60c17df
@@ -86,7 +86,7 @@
playsound(M,'sound/weapons/resonator_blast.ogg', 50, 1)
if(iscarbon(M))
var/mob/living/carbon/L = M
L.Weaken(12 SECONDS)
L.KnockDown(12 SECONDS)
if(ishuman(L))
shake_camera(L, 20, 1)
addtimer(CALLBACK(L, TYPE_PROC_REF(/mob/living/carbon, vomit)), 20)