From ad32d6b66571824ffd2fdf5f91c10c3ec70a9198 Mon Sep 17 00:00:00 2001 From: Casey Date: Sat, 25 Jun 2022 03:11:35 -0400 Subject: [PATCH] Merge pull request #13162 from Heroman3003/buildmode Updates prompt for buildmode --- code/modules/admin/verbs/buildmode.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/buildmode.dm b/code/modules/admin/verbs/buildmode.dm index 28649fe3b5..f4715c8f1c 100644 --- a/code/modules/admin/verbs/buildmode.dm +++ b/code/modules/admin/verbs/buildmode.dm @@ -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