mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Admin VV Typesetting Changes (#37103)
* unatomic typesetting * pomf requested
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user