From fcfaa86ea78518ff10cee8cd2c08249305b5a11e Mon Sep 17 00:00:00 2001 From: Twinmold Date: Fri, 8 Jul 2016 03:40:29 -0500 Subject: [PATCH] Spacing Though, the rest of the code has no proper spacing... Hmmm... --- code/modules/martial_arts/sleeping_carp.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/martial_arts/sleeping_carp.dm b/code/modules/martial_arts/sleeping_carp.dm index 9feca91e3ea..61b3d733719 100644 --- a/code/modules/martial_arts/sleeping_carp.dm +++ b/code/modules/martial_arts/sleeping_carp.dm @@ -113,7 +113,7 @@ /datum/martial_art/the_sleeping_carp/harm_act(mob/living/carbon/human/A, mob/living/carbon/human/D) add_to_streak("H",D) - if((A.mind in ticker.mode.vampires)&(A.zone_sel.selecting == "head")) + if ((A.mind in ticker.mode.vampires) && (A.zone_sel.selecting == "head")) return 0 if(check_streak(A,D)) return 1