From 76518c6d83ff87fe37dcedd79b71530bc5601b2d Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Wed, 22 Aug 2018 08:02:21 -0700 Subject: [PATCH] /mob/dead no longer has a throwforce --- code/modules/mob/dead/dead.dm | 1 + 1 file changed, 1 insertion(+) 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)