-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add multiple flags to reduce description string duplication #56361
Conversation
Looks fine so far, but your last two screenshots showing the mutagenic primers have "you need a syringe" twice in their attributes. |
Interesting. It must be pulling the activate component already. I'll take a look to see if I can just remove that (my version) entirely then or if some are missing it. |
@NetSysFire I've simply removed my NEED_SYRINGE. There's code applying the other message based on the use_action having a syringe, so there's no need to duplicate it. |
Summary
Infrastructure "Add multiple flags to reduce description string duplication"
Purpose of change
Describe the solution
Added seven new flags and updated items to use them instead of duplicating text across items.
Describe alternatives you've considered
Testing
Loaded the game with no errors. Looked through some of the items in debug mode.
Additional context