Merge remote-tracking branch 'upstream/master'

This commit is contained in:
BongaTheProto
2023-12-25 14:28:51 -05:00
105 changed files with 96978 additions and 96394 deletions
@@ -453,7 +453,7 @@
var/obj/item/computer_hardware/H = all_components[h]
component_names.Add(H.name)
var/choice = input(user, "Which component do you want to uninstall?", "Computer maintenance", null) as null|anything in sortList(component_names)
var/choice = input(user, "Which component do you want to uninstall?", "Computer maintenance", null) as null|anything in sort_list(component_names)
if(!choice)
return