This commit is contained in:
timothyteakettle
2020-10-02 02:33:33 +01:00
parent 3fc016e19d
commit 32f32d7e62
@@ -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 ..()