mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Merge pull request #1241 from tigercat2000/0c5f8ac319a2209aecfb475587e28958
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