mirror of
https://github.com/KabKebab/GS13.git
synced 2026-03-25 20:53:19 +00:00
Update quantum_pad.dm
This commit is contained in:
@@ -165,6 +165,14 @@
|
||||
if(isliving(ROI) && !check_mob_teleportability(ROI))
|
||||
continue
|
||||
|
||||
var/able_to_teleport_item = TRUE
|
||||
for(var/mob/living/found_mob in ROI.contents)
|
||||
if(isliving(found_mob) && !check_mob_teleportability(found_mob))
|
||||
able_to_teleport_item = FALSE
|
||||
|
||||
if(!able_to_teleport_item)
|
||||
continue
|
||||
|
||||
// if is anchored, don't let through
|
||||
if(ROI.anchored)
|
||||
if(isliving(ROI))
|
||||
|
||||
Reference in New Issue
Block a user