Skip to content

Commit

Permalink
Adds eight vox hairstyles because why not and stuff (ParadiseSS13#22573)
Browse files Browse the repository at this point in the history
* god i hate myself

* donedone

* fixxxxx
  • Loading branch information
OctusGit authored and BR54FF committed Oct 17, 2023
1 parent 9eb0d5a commit a1084be
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions code/modules/mob/new_player/sprite_accessories/vox/vox_hair.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,37 @@
/datum/sprite_accessory/hair/vox/vox_razor_clipped
name = "Clipped Vox Razorback"
icon_state = "razor_clipped"

/datum/sprite_accessory/hair/vox/hawk
name = "Vox Hawk Quills"
icon_state = "hawk"

/datum/sprite_accessory/hair/vox/long_braid
name = "Vox Long Braided Quills"
icon_state = "long_braid"

/datum/sprite_accessory/hair/vox/short_braid
name = "Vox Short Braided Quills"
icon_state = "short_braid"

/datum/sprite_accessory/hair/vox/mange
name = "Vox Mange Quills"
icon_state = "mange"

/datum/sprite_accessory/hair/vox/ponytail
name = "Vox Ponytail Quills"
icon_state = "ponytail"

/datum/sprite_accessory/hair/vox/braid
name = "Vox Braid Quills"
icon_state = "braid"

/datum/sprite_accessory/hair/vox/surf
name = "Vox Surf Quills"
icon_state = "surf"

/datum/sprite_accessory/hair/vox/flowing
name = "Vox Flowing Quills"
icon_state = "flowing"


Binary file modified icons/mob/sprite_accessories/vox/vox_hair.dmi
Binary file not shown.

0 comments on commit a1084be

Please sign in to comment.