"Uneven" hair (#22454)

* add

* comma

* yay

* hair
This commit is contained in:
Ubaser
2023-12-14 08:34:28 +11:00
committed by GitHub
parent e1ff79b4b1
commit 7a63c78f5b
4 changed files with 13 additions and 1 deletions

View File

@@ -183,3 +183,4 @@ marking-HumanHairVeryshortovereyealternate = Very Short Over Eye
marking-HumanHairVlongfringe = Very Long with Fringe marking-HumanHairVlongfringe = Very Long with Fringe
marking-HumanHairVolaju = Volaju marking-HumanHairVolaju = Volaju
marking-HumanHairWisp = Wisp marking-HumanHairWisp = Wisp
marking-HumanHairUneven = Uneven

View File

@@ -1293,3 +1293,10 @@
sprites: sprites:
- sprite: Mobs/Customization/human_hair.rsi - sprite: Mobs/Customization/human_hair.rsi
state: wisp state: wisp
- type: marking
id: HumanHairUneven
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: Mobs/Customization/human_hair.rsi
state: uneven

View File

@@ -4,7 +4,7 @@
"x": 32, "x": 32,
"y": 32 "y": 32
}, },
"copyright": "Taken from https://github.com/tgstation/tgstation/blob/05ec94e46349c35e29ca91e5e97d0c88ae26ad44/icons/mob/species/human/human_face.dmi , resprited by Alekshhh, a modified by potato1234x", "copyright": "Taken from https://github.com/tgstation/tgstation/blob/05ec94e46349c35e29ca91e5e97d0c88ae26ad44/icons/mob/species/human/human_face.dmi , resprited by Alekshhh, a modified by potato1234x, uneven is drawn by Ubaser",
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"states": [ "states": [
{ {
@@ -750,6 +750,10 @@
{ {
"name": "bald", "name": "bald",
"directions": 4 "directions": 4
},
{
"name": "uneven",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB