mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
[MIRROR] Converts some unique and typelists into stringlists (#1284)
* Converts some unique and typelists into stringlists (#54237) * Converts some unique and typelists into stringlists Co-authored-by: Rohesie <rohesie@gmail.com>
This commit is contained in:
@@ -115,10 +115,10 @@
|
||||
can_hold_description = generate_hold_desc(can_hold_list)
|
||||
|
||||
if (can_hold_list != null)
|
||||
can_hold = typecacheof(can_hold_list)
|
||||
can_hold = string_list(typecacheof(can_hold_list))
|
||||
|
||||
if (cant_hold_list != null)
|
||||
cant_hold = typecacheof(cant_hold_list)
|
||||
cant_hold = string_list(typecacheof(cant_hold_list))
|
||||
|
||||
/datum/component/storage/proc/generate_hold_desc(can_hold_list)
|
||||
var/list/desc = list()
|
||||
|
||||
Reference in New Issue
Block a user