Merge pull request #820 from Citadel-Station-13/upstream-merge-26976

[MIRROR] Fixes away gateway
This commit is contained in:
kevinz000
2017-05-07 19:07:41 -07:00
committed by GitHub

View File

@@ -227,7 +227,7 @@ GLOBAL_DATUM(the_gateway, /obj/machinery/gateway/centerstation)
if(check_exile_implant(C))
say("Rejecting [AM]: Exile implant detected in contained lifeform.")
return
if(AM.buckled_mobs.len)
if(AM.has_buckled_mobs())
for(var/mob/living/carbon/C in AM.buckled_mobs)
if(check_exile_implant(C))
say("Rejecting [AM]: Exile implant detected in close proximity lifeform.")