mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 21:57:53 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user