From 65e1706c24c52b025156c2b5ba5c3436f7079aec Mon Sep 17 00:00:00 2001 From: VerySoft Date: Tue, 5 Apr 2022 22:31:20 -0400 Subject: [PATCH] ACTUALLY fix that ventcrawl. >:C --- code/modules/ventcrawl/ventcrawl.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/ventcrawl/ventcrawl.dm b/code/modules/ventcrawl/ventcrawl.dm index fffb96ff47..fc8e44decf 100644 --- a/code/modules/ventcrawl/ventcrawl.dm +++ b/code/modules/ventcrawl/ventcrawl.dm @@ -58,7 +58,7 @@ var/list/ventcrawl_machinery = list( if(carried_item == ability_master) return 1 if(isanimal(src)) - var/mob/living/simple_mob/S + var/mob/living/simple_mob/S = src if(carried_item == S.mobcard) //VOREStation Edit return 1 //VOREStation Edit //Try to find it in our allowed list (istype includes subtypes)