Fix Vox Alternate Eyes and add Vox Underbeak

This commit is contained in:
TheGreatKitsune
2023-06-16 19:44:00 -05:00
parent f5ab670839
commit 649de86cbe
3 changed files with 9 additions and 0 deletions
@@ -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)