mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Fixes more input sort runtimes (#47957)
* Fixes another sorting runtiming. * sortNames copy list, another wrong sort.
This commit is contained in:
@@ -1036,7 +1036,7 @@
|
||||
var/mob/living/L = I
|
||||
da_list[L.real_name] = L
|
||||
|
||||
var/choice = input(user,"Who do you want dead?","Choose Your Victim") as null|anything in sortNames(da_list)
|
||||
var/choice = input(user,"Who do you want dead?","Choose Your Victim") as null|anything in sortList(da_list)
|
||||
|
||||
choice = da_list[choice]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user