Admin VV Typesetting Changes (#37103)

* unatomic typesetting

* pomf requested
This commit is contained in:
jwhitak
2024-09-19 07:36:02 -05:00
committed by GitHub
parent 67ab14a363
commit aafbd5a1b2
13 changed files with 218 additions and 98 deletions

View File

@@ -1319,7 +1319,7 @@ var/global/floorIsLava = 0
object = copytext(object, 1, variables_start)
var/chosen = filter_list_input("Select an atom type", "Spawn Atom", get_matching_types(object, /atom))
var/chosen = filter_typelist_input("Select an atom type", "Spawn Atom", get_matching_types(object, /atom))
if(!chosen)
return
var/atom/location = usr.loc