mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
Fixing a typo.
! and ~ both compile. Feh.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user