Added single horn marking

This commit is contained in:
Repede
2018-03-04 16:21:02 -05:00
parent f41b0b2390
commit a72f7344bb
3 changed files with 9 additions and 0 deletions

View File

@@ -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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

View File

@@ -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"