diff --git a/Resources/Locale/en-US/_Impstation/accessories/human-hair.ftl b/Resources/Locale/en-US/_Impstation/accessories/human-hair.ftl index b9c577ce594c..9270e2e125fa 100644 --- a/Resources/Locale/en-US/_Impstation/accessories/human-hair.ftl +++ b/Resources/Locale/en-US/_Impstation/accessories/human-hair.ftl @@ -1,2 +1,3 @@ marking-HumanHairGatheredlow = Gathered Low -marking-HumanHairFrenchBraid = French Braid \ No newline at end of file +marking-HumanHairFrenchBraid = French Braid +marking-HumanHairLowpigtails = Low Pigtails diff --git a/Resources/Prototypes/_Impstation/Entities/Mobs/Customization/Markings/human_hair.yml b/Resources/Prototypes/_Impstation/Entities/Mobs/Customization/Markings/human_hair.yml index 0b1fa3f7244d..bf451c1ee8d3 100644 --- a/Resources/Prototypes/_Impstation/Entities/Mobs/Customization/Markings/human_hair.yml +++ b/Resources/Prototypes/_Impstation/Entities/Mobs/Customization/Markings/human_hair.yml @@ -5,3 +5,11 @@ sprites: - sprite: _Impstation/Mobs/Customization/human_hair.rsi state: gatheredlow + +- type: marking + id: HumanHairLowpigtails + bodyPart: Hair + markingCategory: Hair + sprites: + - sprite: _Impstation/Mobs/Customization/human_hair.rsi + state: lowpigtails diff --git a/Resources/Textures/_Impstation/Mobs/Customization/human_hair.rsi/lowpigtails.png b/Resources/Textures/_Impstation/Mobs/Customization/human_hair.rsi/lowpigtails.png new file mode 100644 index 000000000000..be3b01f594b4 Binary files /dev/null and b/Resources/Textures/_Impstation/Mobs/Customization/human_hair.rsi/lowpigtails.png differ diff --git a/Resources/Textures/_Impstation/Mobs/Customization/human_hair.rsi/meta.json b/Resources/Textures/_Impstation/Mobs/Customization/human_hair.rsi/meta.json index 9604b47ebbaf..be02f7a782ef 100644 --- a/Resources/Textures/_Impstation/Mobs/Customization/human_hair.rsi/meta.json +++ b/Resources/Textures/_Impstation/Mobs/Customization/human_hair.rsi/meta.json @@ -4,12 +4,16 @@ "x": 32, "y": 32 }, - "copyright": "gatheredlow sprited by Sha-Seng (Github)", + "copyright": "gatheredlow sprited by Sha-Seng (Github), lowpigtails by Skeleskitty (Discord)", "license": "CC-BY-SA-3.0", "states": [ { "name": "gatheredlow", "directions": 4 + }, + { + "name": "lowpigtails", + "directions": 4 } ] }