diff --git a/.prettierignore b/.prettierignore index bfb94bab391..5e6414db00e 100644 --- a/.prettierignore +++ b/.prettierignore @@ -8,6 +8,7 @@ juke **/dist **/node_modules html/templates +html/create_object.html # File names / types *.min.* diff --git a/biome.json b/biome.json index 81114a5cc9a..7f8442ce907 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.1.1/schema.json", + "$schema": "https://biomejs.dev/schemas/2.1.2/schema.json", "assist": { "actions": { "source": { @@ -50,7 +50,8 @@ "noDangerouslySetInnerHtml": "off" }, "style": { - "noNonNullAssertion": "off" + "noNonNullAssertion": "off", + "useSelfClosingElements": "error" }, "suspicious": { "noArrayIndexKey": "off", diff --git a/code/datums/ghost_spawn.dm b/code/datums/ghost_spawn.dm index f56146e1270..01bb3a9073a 100644 --- a/code/datums/ghost_spawn.dm +++ b/code/datums/ghost_spawn.dm @@ -11,7 +11,7 @@ GLOBAL_VAR_INIT(allowed_ghost_spawns, 2) var/active_tab = GHOST_POD_TAB /datum/tgui_module/ghost_spawn_menu/tgui_state(mob/user) - return GLOB.tgui_self_state + return GLOB.tgui_observer_state /datum/tgui_module/ghost_spawn_menu/tgui_close(mob/user) . = ..() diff --git a/dependencies.sh b/dependencies.sh index ad77875b17d..1ec51a8aebe 100644 --- a/dependencies.sh +++ b/dependencies.sh @@ -17,7 +17,7 @@ export RUST_G_VERSION=3.11.0 export NODE_VERSION_LTS=22.14.0 # Bun version -export BUN_VERSION=1.2.18 +export BUN_VERSION=1.2.19 # SpacemanDMM git tag export SPACEMAN_DMM_VERSION=suite-1.10 diff --git a/html/create_object.html b/html/create_object.html index 92f4bf29e89..c9b8b091b3a 100644 --- a/html/create_object.html +++ b/html/create_object.html @@ -1,149 +1,129 @@ -
-