discordia-space / CEV-Eris

Death is our destination
https://discord.gg/QfEg7K7
Other
152 stars 499 forks source link

Missing Deformed Sprites #2375

Open NanakoAC opened 5 years ago

NanakoAC commented 5 years ago

When people take a lot of genetic damage (like from slime attacks) their body becomes deformed

these deformation sprites are missing for nonstandard bodytypes, resulting in people becoming partially invisible

seekin4u commented 5 years ago

Non standart body_build just doesn't have enough "broken" (in this variant - corrupted, or idunno) external organ states. See how is it now - icon/mob/human_races/r_def_human.dmi and how it should be - icon/mob/human_races/r_human.dmi.

seekin4u commented 5 years ago

external/update_icon() icon_state = chest_m_fat icon = icons/mob/human_races/r_def_human.dmi external/update_icon() icon_state = groin_m_fat icon = icons/mob/human_races/r_def_human.dmi external/update_icon() icon_state = head_m_fat icon = icons/mob/human_races/r_def_human.dmi external/update_icon() icon_state = l_arm_m_fat icon = icons/mob/human_races/r_def_human.dmi external/update_icon() icon_state = r_arm_m_fat icon = icons/mob/human_races/r_def_human.dmi external/update_icon() icon_state = l_leg_m_fat icon = icons/mob/human_races/r_def_human.dmi external/update_icon() icon_state = r_leg_m_fat icon = icons/mob/human_races/r_def_human.dmi That's resulting in this image