diff --git a/code/modules/mob/new_player/sprite_accessories_yw.dm b/code/modules/mob/new_player/sprite_accessories_yw.dm new file mode 100644 index 0000000000..998bc7978e --- /dev/null +++ b/code/modules/mob/new_player/sprite_accessories_yw.dm @@ -0,0 +1,8 @@ +/datum/sprite_accessory/marking/yw + icon = 'icons/mob/human_races/markings_yw.dmi' + + single_horn + name = "Single horn" + icon_state = "singlehorn" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_HEAD) \ No newline at end of file diff --git a/icons/mob/human_races/markings_yw.dmi b/icons/mob/human_races/markings_yw.dmi new file mode 100644 index 0000000000..d16d6acb7e Binary files /dev/null and b/icons/mob/human_races/markings_yw.dmi differ diff --git a/vorestation.dme b/vorestation.dme index 7a3d506455..184b8b127a 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -2217,6 +2217,7 @@ #include "code\modules\mob\new_player\skill.dm" #include "code\modules\mob\new_player\sprite_accessories.dm" #include "code\modules\mob\new_player\sprite_accessories_vr.dm" +#include "code\modules\mob\new_player\sprite_accessories_yw.dm" #include "code\modules\multiz\_stubs.dm" #include "code\modules\multiz\basic.dm" #include "code\modules\multiz\hoist.dm"