Fixes the singulo going through the containment when it shouldn't

This commit is contained in:
joep van der velden
2020-10-30 10:08:52 +01:00
parent bc0c8f8c56
commit 2b55f25f1f
@@ -268,7 +268,8 @@
X.singularity_pull(src, current_size)
else
consume(X)
CHECK_TICK
if(TICK_CHECK)
return // You've eaten enough. Prevents weirdness like the singulo eating the containment on stage 2
/obj/singularity/proc/consume(atom/A)