diff --git a/Resources/Locale/en-US/markings/pointy_ears.ftl b/Resources/Locale/en-US/markings/pointy_ears.ftl index 53750f05f76..637f216667f 100644 --- a/Resources/Locale/en-US/markings/pointy_ears.ftl +++ b/Resources/Locale/en-US/markings/pointy_ears.ftl @@ -4,6 +4,9 @@ marking-PointyEarsStandard = Standard Ears marking-PointyEarsWide-pointy_ears_wide = Wide Ears marking-PointyEarsWide = Wide Ears +marking-PointyEarsSmall-pointy_ears_small = Small Ears +marking-PointyEarsSmall = Small Ears + marking-PointyEarsUpwards-pointy_ears_upwards = Upward Ears marking-PointyEarsUpwards = Upward Ears diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/pointy_ears.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/pointy_ears.yml index ab5420e04a6..10016fb9851 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/pointy_ears.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/pointy_ears.yml @@ -18,6 +18,16 @@ - sprite: Mobs/Customization/pointy_ears.rsi state: pointy_ears_wide +- type: marking + id: PointyEarsSmall + bodyPart: HeadSide + markingCategory: HeadSide + forcedColoring: true + speciesRestriction: [Oni] + sprites: + - sprite: Mobs/Customization/pointy_ears.rsi + state: pointy_ears_small + - type: marking id: PointyEarsUpwards bodyPart: HeadSide diff --git a/Resources/Textures/Mobs/Customization/pointy_ears.rsi/meta.json b/Resources/Textures/Mobs/Customization/pointy_ears.rsi/meta.json index e9ae8701cf0..776d9505af0 100644 --- a/Resources/Textures/Mobs/Customization/pointy_ears.rsi/meta.json +++ b/Resources/Textures/Mobs/Customization/pointy_ears.rsi/meta.json @@ -15,6 +15,10 @@ "name": "pointy_ears_wide", "directions": 4 }, + { + "name": "pointy_ears_small", + "directions": 4 + }, { "name": "pointy_ears_thin", "directions": 4 diff --git a/Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_small.png b/Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_small.png new file mode 100644 index 00000000000..c6cdebef005 Binary files /dev/null and b/Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_small.png differ diff --git a/Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_standard.png b/Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_standard.png index c6cdebef005..38d7137e61b 100644 Binary files a/Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_standard.png and b/Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_standard.png differ diff --git a/Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_wide.png b/Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_wide.png index 991ccb68c7b..2a643bf6c61 100644 Binary files a/Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_wide.png and b/Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_wide.png differ