-
Notifications
You must be signed in to change notification settings - Fork 360
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 "Subpoenaed" status for SecHud and Criminal Records Computer #1405
Add "Subpoenaed" status for SecHud and Criminal Records Computer #1405
Conversation
Content.Server/CriminalRecords/Systems/CriminalRecordsConsoleSystem.cs
Outdated
Show resolved
Hide resolved
…ystem.cs Co-authored-by: Colin-Tel <[email protected]> Signed-off-by: Bellwether <[email protected]>
Co-authored-by: Colin-Tel <[email protected]> Signed-off-by: Bellwether <[email protected]>
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.
All of the resource changes have no reason to be in a non deltav namespace, and should be moved
…Syndicate lookalike
Okay, after some conflict shenanigans (git is sorcery) I think I have this in a workable position. All files should either be commented or in the DeltaV namespace, and the new meta.json file is (hopefully) appropriately attributed. |
Okay, after a lot of misery and having to learn what BOMs are, I think I've finally got this PR unscrombled. Thank you so much to everyone for being patient with my dumb ass as I learn basic concepts of software development. |
Head branch was pushed to by a user without write access
SOP rewrite includes subpoenas, so this will mesh nicely |
# Description Moved the whole CPR code to the server. There was no need for it to be on shared. Now CPR automatically repeats itself until the person is alive. CPR can now be performed without getting you mask off. You just need to lower it down like when trying to eat/drink. Fixed popups repeating itself x100 times. Removed cvars and moved everything to CPRTraining component. Why would anyone place them in cvars anyway?.. --- # Changelog :cl: - add: CPR now automatically repeats itself. - add: CPR no longer requires you to take the mask off. You can now simply lower it instead. - fix: Fixed CPR repeating popups x100 times. Signed-off-by: Remuchi <[email protected]>
About the PR
The Criminal Records Computer can now be used to mark a member of the crew as under subpoena by the Justice Department, meaning that Security should direct or escort them to court immediately. This can be used both to notify Sec that a prisoner is ready for trial ASAP, or to mark witnesses and persons of interest in the broader station population.
Why / Balance
This should simplify the process of serving subpoena paperwork/getting people to court, dramatically cutting down on court delays for witnesses.
Technical details
This is the first time I've actually touched proper code - however, this isn't really anything novel, just adding the appropriate bits in the appropriate places.
Media
2024-06-17.10-51-18.mp4
Changelog
🆑 Bellwether