Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kobold floppy ear #20929

Merged
merged 3 commits into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/markings/reptilian.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,6 @@ marking-LizardHornsBighorn = Lizard Horns (Bighorn)

marking-LizardHornsKoboldEars-horns_kobold_ears = Lizard Ears (Kobold)
marking-LizardHornsKoboldEars = Lizard Ears (Kobold)

marking-LizardHornsFloppyKoboldEars-horns_floppy_kobold_ears = Lizard Ears (Floppy Kobold)
marking-LizardHornsFloppyKoboldEars = Lizard Ears (Floppy Kobold)
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,12 @@
sprites:
- sprite: Mobs/Customization/reptilian_parts.rsi
state: horns_kobold_ears

- type: marking
id: LizardHornsFloppyKoboldEars
bodyPart: HeadSide
markingCategory: HeadSide
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this intended to be HeadSide? Does making it HeadSide allow, for example, another HeadTop item to be selected in addition to this marking?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, a couple people were asking me to have it be HeadSide so that they could use it with the horns.

speciesRestriction: [Reptilian]
sprites:
- sprite: Mobs/Customization/reptilian_parts.rsi
state: horns_floppy_kobold_ears
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@
{
"name": "r_leg_tiger",
"directions": 4
}
},
{
"name": "horns_floppy_kobold_ears",
"directions": 4
}
]
}