Add character portraits to the character directory (#17832)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
ShadowLarkens
2025-06-12 10:55:25 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent e78d2d633e
commit 48f2ff7d9b
4 changed files with 60 additions and 9 deletions
@@ -86,6 +86,9 @@
id_card.species = "[custom_species ? "[custom_species] ([species.name])" : species.name]"
id_card.sex = capitalize(name_gender())
// Save time by reusing our ID card photo instead of generating it for the char directory specifically
set_chardirectory_photo(id_card.front)
/obj/item/card/id/tgui_data(mob/user)
var/list/data = list()