Merge pull request #16092 from SandPoot/update_manifest

Crew manifest TGUI
This commit is contained in:
deathride58
2024-05-25 14:01:48 -04:00
committed by GitHub
47 changed files with 174 additions and 231 deletions
@@ -12,7 +12,7 @@
/datum/computer_file/program/crew_manifest/ui_static_data(mob/user)
var/list/data = list()
data["manifest"] = GLOB.data_core.get_manifest_tg()
data["manifest"] = GLOB.data_core.get_manifest()
return data
/datum/computer_file/program/crew_manifest/ui_data(mob/user)