Merge pull request #1241 from tigercat2000/0c5f8ac319a2209aecfb475587e28958

Fix species ventcrawl var not working
This commit is contained in:
ZomgPonies
2015-06-01 15:38:29 -04:00
+1 -1
View File
@@ -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