powder that makes you say yes

This commit is contained in:
Nadyr
2023-01-27 08:33:58 -05:00
committed by GitHub
parent d177e48c1f
commit d0acb9dc3f

View File

@@ -16,7 +16,7 @@
for(var/f in list(BP_L_FOOT, BP_R_FOOT)) for(var/f in list(BP_L_FOOT, BP_R_FOOT))
var/obj/item/organ/external/foot/foot = get_organ(f) var/obj/item/organ/external/foot/foot = get_organ(f)
if(istype(foot) && foot.is_hidden_by_tail()) //If either foot is hidden by the tail, don't render footwear. if(istype(foot) && foot.is_hidden_by_sprite_accessory()) //If either foot is hidden by the tail, don't render footwear.
return return
var/obj/item/clothing/shoes/shoe = shoes var/obj/item/clothing/shoes/shoe = shoes