mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes tails not rendering on the player preview
This commit is contained in:
@@ -212,6 +212,11 @@ datum/preferences
|
|||||||
|
|
||||||
preview_icon.Blend(temp, ICON_OVERLAY)
|
preview_icon.Blend(temp, ICON_OVERLAY)
|
||||||
|
|
||||||
|
//Tail
|
||||||
|
if(current_species && (current_species.flags & HAS_TAIL))
|
||||||
|
var/icon/temp = new/icon("icon" = 'icons/effects/species.dmi', "icon_state" = "[current_species.tail]_s")
|
||||||
|
preview_icon.Blend(temp, ICON_OVERLAY)
|
||||||
|
|
||||||
// Skin color
|
// Skin color
|
||||||
if(current_species && (current_species.flags & HAS_SKIN_COLOR))
|
if(current_species && (current_species.flags & HAS_SKIN_COLOR))
|
||||||
preview_icon.Blend(rgb(r_skin, g_skin, b_skin), ICON_ADD)
|
preview_icon.Blend(rgb(r_skin, g_skin, b_skin), ICON_ADD)
|
||||||
|
|||||||
Reference in New Issue
Block a user