Skip to content

Commit

Permalink
feat(sprite accessories): adds 3 new hairstyles
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmolitskiyCarpoeb authored May 2, 2024
1 parent e8a15cb commit d29a7bc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions code/modules/mob/new_player/sprite_accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,19 @@ May God have mercy.
name = "From Mars"
icon_state = "bowie"

/datum/sprite_accessory/hair/solid
name = "Solid Hair"
icon_state = "solid"

/datum/sprite_accessory/hair/lynch_short
name = "Lynch Short"
icon_state = "lynch_short"

/datum/sprite_accessory/hair/lynch_long
name = "Lynch Long"
icon_state = "lynch_long"


/*
///////////////////////////////////
/ =---------------------------= /
Expand Down
Binary file modified icons/mob/human_races/face/hair.dmi
Binary file not shown.
Binary file modified icons/mob/human_races/face/hair_slim.dmi
Binary file not shown.

0 comments on commit d29a7bc

Please sign in to comment.