mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
@@ -58,7 +58,7 @@ var/list/ventcrawl_machinery = list(
|
|||||||
if(carried_item == ability_master)
|
if(carried_item == ability_master)
|
||||||
return 1
|
return 1
|
||||||
if(isanimal(src))
|
if(isanimal(src))
|
||||||
var/mob/living/simple_mob/S
|
var/mob/living/simple_mob/S = src
|
||||||
if(carried_item == S.mobcard) //VOREStation Edit
|
if(carried_item == S.mobcard) //VOREStation Edit
|
||||||
return 1 //VOREStation Edit
|
return 1 //VOREStation Edit
|
||||||
//Try to find it in our allowed list (istype includes subtypes)
|
//Try to find it in our allowed list (istype includes subtypes)
|
||||||
|
|||||||
Reference in New Issue
Block a user