makes all Destroy()'s return properly

This commit is contained in:
duncathan
2015-08-31 00:21:01 -06:00
parent 529059c3f1
commit 51c09f16bf
172 changed files with 208 additions and 215 deletions

View File

@@ -28,7 +28,7 @@
blobs -= src
if(isturf(loc)) //Necessary because Expand() is retarded and spawns a blob and then deletes it
playsound(src.loc, 'sound/effects/splat.ogg', 50, 1)
..()
return ..()
/obj/effect/blob/CanPass(atom/movable/mover, turf/target, height=0)