mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-27 12:46:57 +01:00
several bugfixes (#7577)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user