more changes

This commit is contained in:
Metis
2024-09-13 11:15:03 -04:00
parent 7b0780804f
commit cb6a43a7bf
64 changed files with 228 additions and 107 deletions
+12
View File
@@ -160,6 +160,18 @@
if(QDELETED(ROI))
continue //sleeps in CHECK_TICK
//GS13 EDIT START
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))