mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 22:54:32 +01:00
Camera bug now lists cameras in alphabetical order (#12427)
This commit is contained in:
committed by
variableundefined
parent
c21c866fa0
commit
4bdfc4c32b
@@ -78,11 +78,9 @@
|
||||
continue
|
||||
if(length(list("SS13","MINE")&camera.network))
|
||||
bugged_cameras[camera.c_tag] = camera
|
||||
sortList(bugged_cameras)
|
||||
sortTim(bugged_cameras, /proc/cmp_text_asc)
|
||||
return bugged_cameras
|
||||
|
||||
|
||||
|
||||
/obj/item/camera_bug/proc/menu(var/list/cameras)
|
||||
if(!cameras || !cameras.len)
|
||||
return "No bugged cameras found."
|
||||
|
||||
Reference in New Issue
Block a user