aight bet

This commit is contained in:
kevinz000
2020-01-26 14:05:15 -07:00
committed by GitHub
parent c74a6eaf4c
commit f59a9d0009
@@ -435,8 +435,8 @@
. = FALSE
if(istype(target, /obj/structure/barricade/security/ctf))
. = TRUE
if(ishuman(target))
var/mob/living/carbon/human/H = target
if(isliving(target))
var/mob/living/H = target
if((RED_TEAM in H.faction) || (BLUE_TEAM in H.faction))
. = TRUE