RS pack port and tgui core 3.0.4 (#17520)

* RS pack initial

* fix RPD

* urg wrong tgui folder

* tgui core 3.0.4

* update tgui say

* push that

* .
This commit is contained in:
Kashargul
2025-04-13 03:23:59 +02:00
committed by GitHub
parent 267b05ed6c
commit ce01da8684
111 changed files with 3488 additions and 2678 deletions
+4 -1
View File
@@ -260,7 +260,10 @@
json_data["config"] = list(
"title" = title,
"status" = status,
"interface" = interface,
"interface" = list(
"name" = interface,
"layout" = null, // user.client.prefs.read_preference(/datum/preference/choiced/tgui_layout), // unused
),
//"refreshing" = refreshing,
"refreshing" = FALSE,
"map" = (using_map && using_map.path) ? using_map.path : "Unknown",