Skip to content

Commit

Permalink
feat(ears): add actually wide ears
Browse files Browse the repository at this point in the history
name changes:
old Wide Ears -> Standard Ears
old Standard Ears -> Small Ears
  • Loading branch information
angelofallars committed Aug 13, 2024
1 parent ec3a53f commit ecb74e8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/markings/pointy_ears.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"name": "pointy_ears_wide",
"directions": 4
},
{
"name": "pointy_ears_small",
"directions": 4
},
{
"name": "pointy_ears_thin",
"directions": 4
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ecb74e8

Please sign in to comment.