From 32f32d7e6247a78042a597b5f426fb61343a4ea4 Mon Sep 17 00:00:00 2001 From: timothyteakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Fri, 2 Oct 2020 02:33:33 +0100 Subject: [PATCH] compile --- code/modules/mob/living/carbon/human/human_movement.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_movement.dm b/code/modules/mob/living/carbon/human/human_movement.dm index ffa0df0cca..5ced11e35a 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -103,6 +103,6 @@ return ..() /mob/living/carbon/human/CanPass(atom/movable/mover, turf/target) - if(human_owner.dna.species.species_pass_check()) + if(dna.species.species_pass_check()) return TRUE return ..()