Merge pull request #6390 from TheGreatKitsune/vox-fixies

Fix Vox Alternate Eyes and add Vox Underbeak
This commit is contained in:
Raeschen
2023-06-18 15:14:23 +02:00
committed by GitHub
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)