From 6784c4e6a7e89443c7c07829aeb8eb428e179d8a Mon Sep 17 00:00:00 2001 From: Poojawa Date: Wed, 14 Mar 2018 18:53:57 -0500 Subject: [PATCH] Update carbon_defense.dm I don't even know if this fixes anything but w/e --- code/modules/mob/living/carbon/carbon_defense.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon_defense.dm b/code/modules/mob/living/carbon/carbon_defense.dm index 04078b1871..c1db86834e 100644 --- a/code/modules/mob/living/carbon/carbon_defense.dm +++ b/code/modules/mob/living/carbon/carbon_defense.dm @@ -261,7 +261,7 @@ else if(check_zone(M.zone_selected) == "head") M.visible_message("[M] gives [src] a pat on the head to make [p_them()] feel better!", \ "You give [src] a pat on the head to make [p_them()] feel better!") - if(dna && dna.species && (("tail_lizard" in dna.species.mutant_bodyparts && dna.features["tail_lizard"] != "None") || ("tail_human" in dna.species.mutant_bodyparts && dna.features["tail_human"] != "None") || ("mam_tail" in dna.species.mutant_bodyparts && dna.features["mam_tail"] != "None"))) + if(dna && dna.species && ((("tail_lizard" || "tail_human" || "mam_tail") in dna.species.mutant_bodyparts && (dna.features["tail_lizard"] || dna.features["tail_human"] || dna.features["mam_tail"])!= "None"))) emote("wag") //lewd else M.visible_message("[M] hugs [src] to make [p_them()] feel better!", \