Fix species ventcrawl var not working

This commit is contained in:
Tigercat2000
2015-06-01 12:15:37 -07:00
parent 0eb258798d
commit 6522752818
+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