mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
powder that makes you say yes
This commit is contained in:
@@ -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
|
||||||
@@ -107,4 +107,4 @@
|
|||||||
|
|
||||||
/mob/living/carbon/human/update_tail_showing()
|
/mob/living/carbon/human/update_tail_showing()
|
||||||
. = ..()
|
. = ..()
|
||||||
update_vore_tail_sprite()
|
update_vore_tail_sprite()
|
||||||
|
|||||||
Reference in New Issue
Block a user