several bugfixes (#7577)

This commit is contained in:
Timothy Teakettle
2026-05-15 19:31:46 +02:00
committed by GitHub
parent edbe9fbf5f
commit 0e3eef37c8
11 changed files with 27 additions and 16 deletions
+1
View File
@@ -143,6 +143,7 @@
/datum/prototype/design/proc/ui_data_list()
return list(
"name" = name,
"truncated_name" = length(name) <= 18 ? name : copytext(name, 1, 19) + "..",
"desc" = desc,
"id" = id,
"work" = work,