Files
Bubberstation/code/controllers/subsystem/processing/newplayer.dm
T
John Willard 3c7573f714 Lobby info is now part of the hud instead of stat panel (#90572)
Removes ``/mob/dead/get_status_tab_items()``, replaces it with a lobby
hud icon showing the same information

TV sprite made by Kryson, scanline and static taken from ``effects.dmi``
which I then blew up to fit the size.

https://github.com/user-attachments/assets/99733ae6-c596-42b1-bcae-d1a8d8f094c3

I want to try to remove as much reliance from the stat panel as possible
so we can hopefully remove it, as it takes up 1/3 of the screen for
nothing.

🆑 Kryson, JohnFulpWillard
qol: Lobby info is now on the title screen rather than being hidden in
the stat panel.
/🆑
2025-04-29 17:52:15 -06:00

6 lines
164 B
Plaintext

PROCESSING_SUBSYSTEM_DEF(newplayer_info)
name = "New Player Info"
flags = SS_NO_INIT | SS_BACKGROUND
wait = 1 SECONDS
runlevels = RUNLEVEL_LOBBY|RUNLEVEL_SETUP