mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user