diff --git a/modular_chomp/code/modules/mob/new_player/sprite_accessories.dm b/modular_chomp/code/modules/mob/new_player/sprite_accessories.dm new file mode 100644 index 0000000000..f748ffe313 --- /dev/null +++ b/modular_chomp/code/modules/mob/new_player/sprite_accessories.dm @@ -0,0 +1,8 @@ +/datum/sprite_accessory/marking/vox/vox_alt_eyes + icon = 'modular_chomp/icons/mob/human_races/markings_vox.dmi' + +/datum/sprite_accessory/marking/vox/vox_underbeak + name = "Vox Underbeak" + icon = 'modular_chomp/icons/mob/human_races/markings_vox.dmi' + icon_state = "vox_underbeak" + body_parts = list(BP_HEAD) diff --git a/modular_chomp/icons/mob/human_races/markings_vox.dmi b/modular_chomp/icons/mob/human_races/markings_vox.dmi new file mode 100644 index 0000000000..f1ff89601c Binary files /dev/null and b/modular_chomp/icons/mob/human_races/markings_vox.dmi differ diff --git a/vorestation.dme b/vorestation.dme index 6d5a8a1882..e6968594a8 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -4698,6 +4698,7 @@ #include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\vore\vore.dm" #include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\vore\wolf.dm" #include "modular_chomp\code\modules\mob\living\simple_mob\subtypes\vore\shadekin\shadekin.dm" +#include "modular_chomp\code\modules\mob\new_player\sprite_accessories.dm" #include "modular_chomp\code\modules\mob\new_player\sprite_accessories_extra.dm" #include "modular_chomp\code\modules\mob\new_player\sprite_accessories_tail.dm" #include "modular_chomp\code\modules\mob\new_player\sprite_accessories_taur.dm"