[MIRROR] Fix crew manifest (#9279)

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2024-10-21 21:52:48 -07:00
committed by GitHub
parent f69836b0bd
commit cc75d76c72
2 changed files with 11 additions and 7 deletions

View File

@@ -13,6 +13,10 @@
/datum/tgui_module/crew_manifest/robot/tgui_state(mob/user)
return GLOB.tgui_self_state
/datum/tgui_module/crew_manifest/new_player
/datum/tgui_module/crew_manifest/new_player/tgui_state(mob/user)
return GLOB.tgui_always_state
// Module that deletes itself when it's closed
/datum/tgui_module/crew_manifest/self_deleting