-
Notifications
You must be signed in to change notification settings - Fork 565
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
Bioscan Logging & Efficiency Upgrades #3755
Conversation
b73e511
to
01e6495
Compare
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 seems to be working, though a forced xeno bioscan does not send anything to deadchat.
You likely want to use xeno_announcement instead of to_chat for xenos. You likely just want to add a loop to_chat to observers like the other scans. (But at the same time might not be necessary since they get the other two and it could be spammy - if so disregard).
The autoscans will appear like the following (though I couldn't find the stui log for the autoscan for the above image so maybe STUI was just out of date for the last message):
Hope I am not speaking out of turn or what not but, At the moment they can already extrapolate it by looking at the round time, who is active/inactive on the crew manifest, how many xeno leaders there are, if they are T3, and if the queen is elder so just pushing the same bioscan info you do to dchat to the lobby as well would only make it easier to put that same information together to get an idea of if you want to join or wait. |
Co-authored-by: harryob <[email protected]>
Co-authored-by: Drathek <[email protected]>
About the pull request
Logs bioscans so I can ensure they're operating properly. This may not need to be full merged, but it won't hurt to do so.
Also improves efficiency of the code.
Explain why it's good for the game
Testing Photographs and Procedure
Screenshots & Videos
Put screenshots and videos here with an empty line between the screenshots and the
<details>
tags.Changelog
🆑
admin: Adds logs for bioscans successfully completing.
/:cl: