mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes tails not rendering in record photos
This commit is contained in:
@@ -146,6 +146,11 @@ proc/get_id_photo(var/mob/living/carbon/human/H)
|
|||||||
if(E.status & ORGAN_ROBOT)
|
if(E.status & ORGAN_ROBOT)
|
||||||
temp.MapColors(rgb(77,77,77), rgb(150,150,150), rgb(28,28,28), rgb(0,0,0))
|
temp.MapColors(rgb(77,77,77), rgb(150,150,150), rgb(28,28,28), rgb(0,0,0))
|
||||||
preview_icon.Blend(temp, ICON_OVERLAY)
|
preview_icon.Blend(temp, ICON_OVERLAY)
|
||||||
|
|
||||||
|
//Tail
|
||||||
|
if(H.species.tail && H.species.flags & HAS_TAIL)
|
||||||
|
temp = new/icon("icon" = 'icons/effects/species.dmi', "icon_state" = "[H.species.tail]_s")
|
||||||
|
preview_icon.Blend(temp, ICON_OVERLAY)
|
||||||
|
|
||||||
// Skin tone
|
// Skin tone
|
||||||
if(H.species.flags & HAS_SKIN_TONE)
|
if(H.species.flags & HAS_SKIN_TONE)
|
||||||
|
|||||||
Reference in New Issue
Block a user