Skip to content

Commit

Permalink
adds a new haircut (#4643)
Browse files Browse the repository at this point in the history
# About the pull request

Adds a new haircut to the game called "Aviator"

# Explain why it's good for the game

Adds a new marine short hair haircut

![aviator](https://github.com/cmss13-devs/cmss13/assets/45800756/f84df43a-ee3d-4260-b822-58d5d9531013)


# Changelog

:cl:Twomoon
add: Added new haircut
/:cl:
  • Loading branch information
Twomoon-Github authored Oct 15, 2023
1 parent 89d9d69 commit 955ce71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/new_player/sprite_accessories/hair.dm
Original file line number Diff line number Diff line change
Expand Up @@ -734,3 +734,7 @@
/datum/sprite_accessory/hair/croft
name = "Croft"
icon_state = "hair_croft"

/datum/sprite_accessory/hair/aviator
name = "Aviator"
icon_state = "hair_aviator"
Binary file modified icons/mob/humans/human_hair.dmi
Binary file not shown.

0 comments on commit 955ce71

Please sign in to comment.