mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
## About The Pull Request Fixes round removal status to show when someone is already dead. Previously it only worked when the ghost is still in body but if they left the body to orbit something, it wouldn’t show their rr status ## Why It's Good For The Game fixes good, You will be able to see if someone had round removal enabled after you killed them ## Proof Of Testing <details> <summary>Screenshots/Videos</summary> <img width="408" height="232" alt="examine" src="https://github.com/user-attachments/assets/32d3d715-bca6-42ce-920e-418c4228bfad" /> </details> ## Changelog 🆑 fix: Now you can see people's round removal status after they died /🆑
https://github.com/Bubberstation/Bubberstation/pull/2122
Original PR: https://github.com/NovaSector/NovaSector/pull/121
<Title Round Removal Opt In>
Module ID: RR_OPTIN
Description:
Adds functionality to allow players to 'opt-in' to being round removed.
TG Proc/File Changes:
- death.dm (death logging)
Modular Overrides:
- N/A
Config:
- /datum/config_entry/flag/rr_opt_level_default - TRUE or FALSE, defines default opt in for all
- /datum/config_entry/flag/use_rr_opt_in_preferences - TRUE or FALSE, defines whether RR prefs are used
Included files that are not contained in this module:
- tgui\packages\tgui\interfaces\PreferencesMenu\preferences\features\character_preferences\bubber\round_remove.tsx
Credits:
- Swiftfeather - Retooling for Bubberstation and Round Removal.
- niko - for doing stuff and taking over
- plum - the original author