diff --git a/code/modules/mob/dead/dead.dm b/code/modules/mob/dead/dead.dm index 30b185d3eec..70380a8d554 100644 --- a/code/modules/mob/dead/dead.dm +++ b/code/modules/mob/dead/dead.dm @@ -4,6 +4,7 @@ INITIALIZE_IMMEDIATE(/mob/dead) /mob/dead sight = SEE_TURFS | SEE_MOBS | SEE_OBJS | SEE_SELF + throwforce = 0 /mob/dead/Initialize() if(flags_1 & INITIALIZED_1)