Flavor Text Showing (#11899)

This commit is contained in:
Geeves
2021-05-21 12:58:00 -03:00
committed by GitHub
parent 5c45a6aa3c
commit 81f9dcaa4f
8 changed files with 24 additions and 9 deletions
@@ -1603,6 +1603,9 @@
var/feet_exposed = 1
for(var/obj/item/clothing/C in equipment)
if(C.item_flags & SHOWFLAVORTEXT)
continue
if(C.body_parts_covered & HEAD)
head_exposed = 0
if(C.body_parts_covered & FACE)