mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Fixes player panel breaking (#6963)
This commit is contained in:
@@ -106,7 +106,9 @@ var/datum/vueui_module/player_panel/global_player_panel
|
||||
if(isrobot(M))
|
||||
return "Cyborg"
|
||||
if(ishuman(M))
|
||||
return M.real_name
|
||||
if(M.real_name)
|
||||
return M.real_name
|
||||
return "Unknown"
|
||||
if(istype(M, /mob/living/silicon/pai))
|
||||
return "pAI"
|
||||
if(istype(M, /mob/abstract/new_player))
|
||||
|
||||
Reference in New Issue
Block a user