mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
cleanup _HELPERS/_lists.dm and all the necessary files (#61827)
Bring _HELPERS/_lists.dm to latest standards by: -Adding proper documentation and fixing existing one -Giving vars proper names -Procs now use snake case as per standard (many files that use those procs will be affected)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
var/random_appearance
|
||||
|
||||
/datum/smite/custom_imaginary_friend/configure(client/user)
|
||||
friend_candidate_client = tgui_input_list(user, "Pick the player to put in control.", "New Imaginary Friend", sortList(GLOB.clients))
|
||||
friend_candidate_client = tgui_input_list(user, "Pick the player to put in control.", "New Imaginary Friend", sort_list(GLOB.clients))
|
||||
|
||||
if(QDELETED(friend_candidate_client))
|
||||
to_chat(user, span_notice("Selected player no longer has a client, aborting."))
|
||||
|
||||
Reference in New Issue
Block a user