-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds holocards to health scans, adds a new purple holocard (#5968)
# About the pull request ### Video TLDR: <details> <summary>Video</summary> https://github.com/cmss13-devs/cmss13/assets/49321394/350fb4bf-c528-4e4e-977a-7fc2905d5d0b </details> ### In detail: 1. Displays the active holocard of the patient on health scans (health analyzer, body scanner) and allows the user to change it there as well. Each colour shows up with their own explanatory text. 2. Adds a new purple holocard, indicating xenomorph infection. 3. Removes the ability to remove your own holocard when you click yourself with an empty hand. # Explain why it's good for the game The goal is to improve communication between medics, doctors, and synths. Currently, toggling holocards is a bit cumbersome since you need to examine the person and that can quickly get lost in the chat spam. This PR aims to make this easier. With this change, if you analyze someone and you see they have IB, you can immediately assign a red card to them while looking at the rest of the data. Assigning purple card to freshly hugged marines ensures that when these marines return to the FOB/Almayer/get picked up by CAS (medevac can see the holocard's colour by default), the receiving end will know that their patient needs urgent care. I think it also adds some extra tacticoolness to frontline medical personnel. # Testing Photographs and Procedure 1. Spawn in as a medic 2. Spawn in a health analyzer 3. Scan yourself 4. Change holocard ### Screenshots <details> <summary>Screenshots</summary> ![image](https://github.com/cmss13-devs/cmss13/assets/49321394/6454790d-1da3-487a-951f-9dc148a1e864) ![image](https://github.com/cmss13-devs/cmss13/assets/49321394/425883ce-601f-4000-98a8-94f40ab5b49c) ![image](https://github.com/cmss13-devs/cmss13/assets/49321394/9eaff9cb-b8ef-4ef9-abee-9afdaeff827b) ![image](https://github.com/cmss13-devs/cmss13/assets/49321394/3465e145-1743-4e08-8d62-9ed7629e0f8c) ![image](https://github.com/cmss13-devs/cmss13/assets/49321394/c7c4d4aa-1963-4acd-ac4f-1073ae58f25a) </details> # Changelog :cl: add: Added holocards to health scans to improve communication between medical players. You can now assign holocards via the health analyzer and the body scanner as well. The health scan also tells you what the current holocard's colour means. add: Added a new purple holocard to tag infected marines. del: Clicking yourself no longer removes your own holocard. /:cl: --------- Co-authored-by: Birdtalon <[email protected]>
- Loading branch information
Showing
5 changed files
with
80 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters