mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Fixes observers nullspacing themselves via quantum pads (#20222)
* ghost no longer get nullspaced * sirryan review
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user