From 652275281834f25c8f2c6c6334aeb488ab2434e5 Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Mon, 1 Jun 2015 12:15:37 -0700 Subject: [PATCH] Fix species ventcrawl var not working --- code/modules/mob/living/carbon/carbon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index f128416eb03..13514e21ebf 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -282,7 +282,7 @@ var/list/ventcrawl_machinery = list(/obj/machinery/atmospherics/unary/vent_pump, if(!ventcrawler) if(ishuman(src)) var/mob/living/carbon/human/H = src - if(!H.species.ventcrawler) ventcrawlerlocal = H.species.ventcrawler + ventcrawlerlocal = H.species.ventcrawler if(!ventcrawlerlocal) return