Gateway now also checks for exile implants in buckled mobs.

This commit is contained in:
alex-gh
2018-08-29 09:02:52 +02:00
parent 19e83dbc1e
commit 8c06820e1f
+2
View File
@@ -246,6 +246,8 @@ var/obj/machinery/gateway/centerstation/the_gateway = null
if(istype(M, /mob/living/carbon))
if(exilecheck(M)) return
if(istype(M, /obj))
if(M.can_buckle && M.has_buckled_mobs())
if(exilecheck(M.buckled_mob)) return
for(var/mob/living/carbon/F in M)
if(exilecheck(F)) return
M.forceMove(get_step(stationgate.loc, SOUTH))