mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Added single horn marking
This commit is contained in:
8
code/modules/mob/new_player/sprite_accessories_yw.dm
Normal file
8
code/modules/mob/new_player/sprite_accessories_yw.dm
Normal 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)
|
||||
BIN
icons/mob/human_races/markings_yw.dmi
Normal file
BIN
icons/mob/human_races/markings_yw.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 295 B |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user