From 8791c2bf1e0aacd0dc21c5c5ae1a1380136863bd Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Mon, 23 Mar 2015 00:05:29 +1030 Subject: [PATCH] Fixing a typo. ! and ~ both compile. Feh. --- code/modules/hydroponics/seed.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/seed.dm b/code/modules/hydroponics/seed.dm index a0efece6db8..043e44db9df 100644 --- a/code/modules/hydroponics/seed.dm +++ b/code/modules/hydroponics/seed.dm @@ -148,7 +148,7 @@ for(var/obj/item/clothing/clothes in target) if(target.l_hand == clothes|| target.r_hand == clothes) continue - body_coverage &= !(clothes.body_parts_covered) + body_coverage &= ~(clothes.body_parts_covered) if(!body_coverage) return