mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 11:07:46 +01:00
Adds new unathi horns and new unathi head shape (as a marking)
This commit is contained in:
@@ -89,6 +89,15 @@ var/global/list/limb_icon_cache = list()
|
||||
mark_s.Blend(markings[M]["color"], mark.color_blend_mode) // VOREStation edit
|
||||
mob_icon.Blend(mark_s, ICON_OVERLAY) //So when it's on your body, it has icons
|
||||
icon_cache_key = "[M][markings[M]["color"]]"
|
||||
for(var/MM in markings)
|
||||
var/datum/sprite_accessory/marking/mark_style = markings[MM]["datum"]
|
||||
if(mark_style.organ_override)
|
||||
continue
|
||||
var/icon/mark_s_s = new/icon("icon" = mark_style.icon, "icon_state" = "[mark_style.icon_state]-[organ_tag]")
|
||||
mark_s.Blend(markings[MM]["color"], mark_style.color_blend_mode) // VOREStation edit
|
||||
add_overlay(mark_s_s) //So when it's not on your body, it has icons
|
||||
mob_icon.Blend(mark_s_s, ICON_OVERLAY) //So when it's on your body, it has icons
|
||||
icon_cache_key += "[MM][markings[MM]["color"]]"
|
||||
|
||||
dir = EAST
|
||||
icon = mob_icon
|
||||
|
||||
Reference in New Issue
Block a user