[MIRROR] Attempts implementation of char setup vore panel (#7040)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Raeschen <rycoop29@gmail.com>
Co-authored-by: Nadyr <41974248+Darlantanis@users.noreply.github.com>
Co-authored-by: Darlantan <forlirnglacignis@gmail.com>
This commit is contained in:
CHOMPStation2
2023-10-24 14:04:39 -07:00
committed by GitHub
parent 7bd8ecbe5b
commit e89ee8d9b0
13 changed files with 131 additions and 109 deletions

View File

@@ -13,6 +13,6 @@ GLOBAL_DATUM_INIT(tgui_vorepanel_state, /datum/tgui_state/vorepanel_state, new)
return STATUS_CLOSE
if(!user.client)
return STATUS_CLOSE
if(user.stat == DEAD)
if(!isnewplayer(user) && user.stat == DEAD)
return STATUS_DISABLED
return STATUS_INTERACTIVE