mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 16:45:42 +00:00
[MIRROR] Minor typo and comment fixes follow-up for ID card rework (#3830)
* Minor typo and comment fixes follow-up for ID card rework (#57318) * Minor typo and comment fixes follow-up for ID card rework Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
This commit is contained in:
@@ -359,6 +359,9 @@
|
||||
* This proc directly modifies the lists passed in as args. It expects these lists to be instantiated.
|
||||
* There is no return value.
|
||||
* Arguments:
|
||||
* * accesses - List of accesses you want to stort into basic_access_list and wildcard_access_list. Should not be null.
|
||||
* * basic_access_list - Mandatory argument. The proc modifies the list passed in this argument and adds accesses the trim supports to it.
|
||||
* * wildcard_access_list - Mandatory argument. The proc modifies the list passed in this argument and adds accesses the trim does not support to it.
|
||||
*/
|
||||
/obj/item/card/id/proc/build_access_lists(list/accesses, list/basic_access_list, list/wildcard_access_list)
|
||||
if(!length(accesses) || isnull(basic_access_list) || isnull(wildcard_access_list))
|
||||
|
||||
Reference in New Issue
Block a user