mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Flavor Text Showing (#11899)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user