diff --git a/Resources/Locale/en-US/deltav/accessories/hair.ftl b/Resources/Locale/en-US/deltav/accessories/hair.ftl new file mode 100644 index 0000000000..89bf06c8ed --- /dev/null +++ b/Resources/Locale/en-US/deltav/accessories/hair.ftl @@ -0,0 +1 @@ +marking-HumanHairShortBedhead = Short Bedhead diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/hair.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/hair.yml new file mode 100644 index 0000000000..8d40f53add --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/hair.yml @@ -0,0 +1,7 @@ +- type: marking + id: HumanHairShortBedhead + bodyPart: Hair + markingCategory: Hair + sprites: + - sprite: DeltaV/Mobs/Customization/hair.rsi + state: short_bedhead diff --git a/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/meta.json b/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/meta.json new file mode 100644 index 0000000000..acb773f8f6 --- /dev/null +++ b/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/meta.json @@ -0,0 +1,29 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "copyright": "Taken from https://github.com/tgstation/tgstation/blob/05ec94e46349c35e29ca91e5e97d0c88ae26ad44/icons/mob/species/human/human_face.dmi modified by Adrian16199", + "license": "CC-BY-SA-3.0", + "states": [ + { + "name": "short_bedhead", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + } + ] +} diff --git a/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/short_bedhead.png b/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/short_bedhead.png new file mode 100644 index 0000000000..53590f4e23 Binary files /dev/null and b/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/short_bedhead.png differ