mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[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:
@@ -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
|
||||
Reference in New Issue
Block a user