From 1d94d6cbe38d7167c8f206c7fb59ed5bc0c859d8 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 22 Mar 2018 06:07:15 -0500 Subject: [PATCH] [MIRROR] mobs will stop pulling things on death (#6059) * mobs will stop pulling things on death (#36581) * mobs will stop pulling things on death --- code/modules/mob/living/death.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/death.dm b/code/modules/mob/living/death.dm index bab93fa5f2..ee16e4103f 100644 --- a/code/modules/mob/living/death.dm +++ b/code/modules/mob/living/death.dm @@ -71,6 +71,7 @@ update_canmove() med_hud_set_health() med_hud_set_status() + stop_pulling() if (client) client.move_delay = initial(client.move_delay)