Upstream 12 15 25 unique reskins fixes (#5019)

This branch needs help, tons of datums to make for the customizable
items.

---------

Co-authored-by: Alexis <catmc8565@gmail.com>
This commit is contained in:
nevimer
2026-01-10 13:14:26 -05:00
committed by GitHub
co-authored by Alexis
parent e82dd05cf1
commit a33fd49968
96 changed files with 4246 additions and 2843 deletions
@@ -18,13 +18,13 @@
return FALSE
var/list/pick = list()
if(choised_mode == "Wall mode")
pick = init_paths(/turf/closed/wall)
pick = init_subtypes_w_path_keys(/turf/closed/wall)
if(choised_mode == "Turf mode")
pick = init_paths(/turf/open)
pick = init_subtypes_w_path_keys(/turf/open)
for(var/turf/open/space/T in pick)
pick -= T
if(choised_mode == "Structure mode")
pick = init_paths(/obj/machinery/door)
pick = init_subtypes_w_path_keys(/obj/machinery/door)
selected_atom = tgui_input_list(user, "Selected object:", "Toolgun work", pick)
return TRUE