-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fixed: Description for Dehydrated Carps #11
Conversation
Mind role entities are failing. Completely unsure why... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sus
@@ -2,7 +2,7 @@ | |||
parent: BoxCardboard | |||
id: BoxDehydratedCarp | |||
name: dehydrated carp box | |||
description: uplink-carp-box-desc | |||
description: Box filled with 4 dehydrated carps. Make sure your friends pet them as well! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The way its currently set up, this will ignore uplink-carp-box-desc
set in the .ftl file.
description: Box filled with 4 dehydrated carps. Make sure your friends pet them as well! | |
description: uplink-carp-box-desc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The item itself seems to completely ignore the locale file. It is only ever parsed for stuff like the traitor uplink menu. Not the object itself. If you check in game, the description of the entity is literally just "uplink-carp-box-desc"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
About the PR
Locales don't work on entity descriptions, fixed some wording as well
Requirements
Breaking changes
N/A
Changelog
🆑