-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add defines for chat speech prefixes #23517
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 defines for chat speech prefixes #23517
Conversation
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.
I feel that CHAT_PREFIX_
vs. SPEECH_PREFIX_
could potentially cause confusion; I'd go for PREFIX_TEXT_
or similar instead. The chat_prefix.dm
file would need renamed to fit that too.
Otherwise, this is a good idea.
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.
Feel free to group related prefixes together in the defines file (radio prefixes vs. channel prefixes), but this is fine.
If this gets merged before wraithchat, please remind me to update the prefix for it on the PR.
f4e2c98
into
goonstation:master
[INTERNAL][CLEANLINESS]
About the PR
Title
Why's this needed?
Code cleanliness, makes it easier to see available prefixes in one place