Fixes singulo hammer sucking in ghosts (#16247)

* fix

* review
This commit is contained in:
hal9000PR
2021-06-24 20:02:32 +01:00
committed by GitHub
parent f11a934ded
commit e4d1788088
@@ -670,6 +670,8 @@
/obj/item/twohanded/singularityhammer/proc/vortex(turf/pull, mob/wielder)
for(var/atom/movable/X in orange(5, pull))
if(X.move_resist == INFINITY)
continue
if(X == wielder)
continue
if((X) && (!X.anchored) && (!ishuman(X)))