[MIRROR] cleanup _HELPERS/_lists.dm and all the necessary files [MDB IGNORE] (#8783)

* cleanup _HELPERS/_lists.dm and all the necessary files

* Epbic

Co-authored-by: Ghilker <42839747+Ghilker@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-10-13 21:07:35 +01:00
committed by GitHub
co-authored by Ghilker Gandalf
parent b4e52bf7e8
commit fa519bdde3
231 changed files with 626 additions and 2896 deletions
+1 -1
View File
@@ -378,7 +378,7 @@
L["([L.len]) [nav_beacon.name] locked"] = null
playsound(console, 'sound/machines/terminal_prompt.ogg', 25, FALSE)
var/selected = input("Choose location to jump to", "Locations", null) as null|anything in sortList(L)
var/selected = input("Choose location to jump to", "Locations", null) as null|anything in sort_list(L)
if(QDELETED(src) || QDELETED(target) || !isliving(target))
return
playsound(src, "terminal_type", 25, FALSE)