From cecff68ace4dd59ca92422ebad9b85dafeffb015 Mon Sep 17 00:00:00 2001 From: Heroman Date: Sat, 25 Jun 2022 16:57:16 +1000 Subject: [PATCH] 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