Fixes observers nullspacing themselves via quantum pads (#20222)

* ghost no longer get nullspaced

* sirryan review
This commit is contained in:
Contrabang
2023-01-18 11:32:47 -05:00
committed by GitHub
parent bf4212d24a
commit e21df570c7
+1 -1
View File
@@ -127,7 +127,7 @@
do_sparks(5, 1, get_turf(src))
/obj/machinery/quantumpad/attack_ghost(mob/dead/observer/ghost)
if(linked_pad)
if(!QDELETED(linked_pad))
ghost.forceMove(get_turf(linked_pad))
/obj/machinery/quantumpad/proc/doteleport(mob/user)