Most content fixed, except for blob act.

This commit is contained in:
variableundefined
2018-11-05 21:33:42 +08:00
parent 7544ae573f
commit b5425869da
4 changed files with 19 additions and 3 deletions
+1
View File
@@ -538,6 +538,7 @@
// note AM since can contain mobs or objs
for(var/atom/movable/AM in D)
AM.loc = src
SEND_SIGNAL(AM, COMSIG_MOVABLE_DISPOSING, src, D)
if(istype(AM, /mob/living/carbon/human))
var/mob/living/carbon/human/H = AM
if(FAT in H.mutations) // is a human and fat?