mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-22 04:26:21 +01:00
Merge pull request #259 from sheepishgoat/cargo-pad-fix
fixes supply pad
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