Files
explosivekittyandGitHub 24aab5d4e4 Lets you can see dead people RR status (#5457)
## 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
/🆑
2026-04-18 15:27:38 +02:00
..

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