Merge pull request #13162 from Heroman3003/buildmode

Updates prompt for buildmode
This commit is contained in:
Casey
2022-06-25 07:12:11 +00:00
committed by CHOMPStation2
parent 9764d2aae1
commit ad32d6b665
+1 -1
View File
@@ -643,7 +643,7 @@
if(matches.len==1)
result = matches[1]
else
result = tgui_input_list(usr, "Select an atom type", "Spawn Atom", matches)
result = tgui_input_list(usr, "Select an atom type", "Spawn Atom", matches, strict_modern = TRUE)
if(!objholder)
result = default_path
return result