Merge pull request #5537 from CHOMPStation2/upstream-merge-14325

[MIRROR] Adds new system for markings that can override whole organs and new Generic Hooves using this system
This commit is contained in:
Nadyr
2023-01-27 09:05:16 -05:00
committed by GitHub
9 changed files with 42 additions and 12 deletions
@@ -16,7 +16,7 @@
for(var/f in list(BP_L_FOOT, BP_R_FOOT))
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
var/obj/item/clothing/shoes/shoe = shoes
@@ -107,4 +107,4 @@
/mob/living/carbon/human/update_tail_showing()
. = ..()
update_vore_tail_sprite()
update_vore_tail_sprite()
@@ -1,6 +1,3 @@
/datum/sprite_accessory/marking
var/hide_body_parts = list()
/datum/sprite_accessory/marking/ch/anthrovirus_ra
name = "Anthro Virus (Right Arm)"
icon_state = "anthrovirus"
@@ -181,4 +178,4 @@
name = "Normal Eyes"
icon_state = "normeyes"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
color_blend_mode = ICON_MULTIPLY