-
-
Notifications
You must be signed in to change notification settings - Fork 683
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
Ports typing indicators using your bubble icon from tgstation #10442
Conversation
I'm not sure that this is a good idea. What if the player's job or species is obscured in some way and they start typing, meta-exposing them? |
I don't know, it's something that you can already can see if you disable Runechat (bubble_icons), so, If it wasn't an issue before I'd be weird if it was an issue today, right? |
Because nobody disables them, and they haven't been around for everyone since the server's LRP days. |
Isn't this just tied to the badge? People can still remove it |
It's not just the badge there are some more, let me check if any of them is problematic! |
You can still tell someone's species by just checking the flavourtext like "blorbles", "meows", "hisses" |
SO, if a Syndie Cyborg uses chameleon their buble icon changes to normal Cyborg |
BeeStation-Hornet/code/modules/antagonists/nukeop/equipment/borgchameleon.dm Lines 85 to 93 in 87794d6
|
So, honestly, I think there isn't a case where this can "reveal" your Species, Traitor Status, etc |
There are enough tells to see someone's species, especially ones more obvious than speech, that I don't think it'll be an issue. |
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.
This won't work with blindness
It'll not? |
No, looking at the code you haven't set the planes and layers properly or updated the blindness indicator at all |
I'll draft this and take a peak asap! |
add_overlay(GLOB.typing_indicator) | ||
add_overlay(GLOB.blind_typing_indicator) | ||
typing_indicator = TRUE | ||
active_blind_typing_indicator = mutable_appearance('icons/mob/talk.dmi', "[bubble_icon]0", (-TYPING_LAYER), BLIND_FEATURE_PLANE, appearance_flags = KEEP_TOGETHER) |
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.
This doesn't do it? @itsmeow
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.
Did you.. test it?
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 only tested it without blind people oops, aaand you were right, it breaks it, I'll fix it asap
Errr, I lost interest on this, I need to figure it out with blind code, whenever I feel like doing it I'll reopen the PR! |
About The Pull Request
Ports tgstation/tgstation#67872
Now the Typing Indicator uses your bubble icon
Closes #4895
Why It's Good For The Game
We get back the cool Lawyer and other bubble indicators and I mean @Fresh341 really wanted the badge to work again!
Testing Photographs and Procedure
Screenshots&Videos
Video showing the new Lawyer typing indicator and the normal one with the Psychozia for no reason at all!
2024-01-07.18-24-00.mp4
Changelog
🆑Crumpaloo, jlsnow301, JohnFulpWillard, Miliviu
add: Typing indicators now use your speech bubble type, rather than all being the same, so Lawyers have that cool speech bubble again.
/:cl: