This commit is contained in:
Edward Lemon
2018-03-21 16:00:57 +11:00
committed by Erki
parent 96eb3d85f6
commit e47a9adc72

View File

@@ -108,7 +108,7 @@
var/obj/machinery/door/D = Obstacle
var/mob/living/carbon/human/H = load
if(istype(D) && istype(H))
D.Collide(H) //a little hacky, but hey, it works, and respects access rights
H.Collide(D) //a little hacky, but hey, it works, and respects access rights
. = ..()