/mob/dead no longer has a throwforce

This commit is contained in:
Kyle Spier-Swenson
2018-08-22 08:02:21 -07:00
committed by GitHub
parent a49da6cc67
commit 76518c6d83
+1
View File
@@ -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)