mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Fix species ventcrawl var not working
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user