Fixing a typo.

! and ~ both compile. Feh.
This commit is contained in:
Zuhayr
2015-03-23 00:05:29 +10:30
parent 9deebbf9f6
commit 8791c2bf1e
+1 -1
View File
@@ -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