mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #6390 from TheGreatKitsune/vox-fixies
Fix Vox Alternate Eyes and add Vox Underbeak
This commit is contained in:
@@ -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)
|
||||
BIN
modular_chomp/icons/mob/human_races/markings_vox.dmi
Normal file
BIN
modular_chomp/icons/mob/human_races/markings_vox.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 351 B |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user