Merge pull request #19507 from ChangelingRain/itsimaginablebutitdoesntexistanywherenotanyplanetwereadreamwerebecomingpeoplenootherpeoplehaveeverbeenahumanthathumansarenot

Singularities, but not gods, are now stronger than shuttles
This commit is contained in:
oranges
2016-07-28 19:46:26 +12:00
committed by GitHub
+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