mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
9574eef71c
## 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 /🆑
12 lines
419 B
Plaintext
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
|