Files
SmArtKar 9574eef71c Fixes recovered crew showing up as uncategorized antags (#96502)
## About The Pull Request

Groups need to be set to smth or otherwise they show up as uncategorized
in both admin observe and antagpanel menus.
<img width="257" height="89" alt="4uXQEAamCb"
src="https://github.com/user-attachments/assets/4fd859b6-38e2-4366-b5ba-e0d9ce468a88"
/>

## Changelog
🆑
fix: Fixed recovered crew showing up as uncategorized antags
/🆑
2026-06-15 21:59:01 +02:00

12 lines
419 B
Plaintext

/// Revived crew ready to serve once more! Only here for tracking/admin reasons, otherwise hidden
/datum/antagonist/recovered_crew
name = "\improper Recovered Crew"
antagpanel_category = "Recovered Crew"
show_in_antagpanel = TRUE
pref_flag = ROLE_RECOVERED_CREW
show_name_in_check_antagonists = TRUE
show_to_ghosts = FALSE
silent = TRUE
antag_flags = ANTAG_FAKE|ANTAG_SKIP_GLOBAL_LIST
show_in_roundend = FALSE