mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Fixes mechas not teleporting in qpads (#11984)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
662e6145a2
commit
47f4db8354
@@ -259,7 +259,9 @@
|
||||
|
||||
/obj/machinery/power/quantumpad/proc/transport_objects(turf/destination)
|
||||
for(var/atom/movable/ROI in get_turf(src))
|
||||
if(ROI.anchored || (ismecha(ROI) && !boosted))
|
||||
if(ismecha(ROI) && !boosted)
|
||||
continue
|
||||
if(ROI.anchored && !ismecha(ROI))
|
||||
continue
|
||||
else if(isobserver(ROI) && isEye(ROI))
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user