Singularities, but not gods, are now stronger than shuttles

This commit is contained in:
Joan Lung
2016-07-26 09:18:41 -04:00
parent 83da31001e
commit 8e4df5607b
+2
View File
@@ -546,6 +546,8 @@
M.ex_act(2)
else //non-living mobs shouldn't be affected by shuttles, which is why this is an else
if(istype(AM, /obj/singularity) && !istype(AM, /obj/singularity/narsie)) //it's a singularity but not a god, ignore it.
continue
if(!AM.anchored)
step(AM, dir)
else