Fix sculpture not processing grab.

This commit is contained in:
Rob Nelson
2014-02-04 03:14:42 -05:00
committed by ZomgPonies
parent 2a30bd9d3d
commit 304be82a0a
@@ -92,6 +92,10 @@
if(istype(get_turf(src), /turf/space) || hibernate)
return
// Grabbing
if(G)
G.process()
for(var/mob/living/M in view(7, src))
if(M.stat || M == src)
continue