mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
@@ -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
|
||||
|
||||
. = ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user