mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01: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:
co-authored by
Heroman3003
Raeschen
Nadyr
Darlantan
parent
7bd8ecbe5b
commit
e89ee8d9b0
@@ -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