mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] space cleanup (#10414)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3ef8163aa0
commit
789db280cc
@@ -4,7 +4,7 @@
|
||||
var/max_entries = 1000 //1000 paintings is a lot, and will take a long time to cycle through.
|
||||
|
||||
/datum/persistent/paintings/SetFilename()
|
||||
filename = "data/persistent/paintings.json"
|
||||
filename = "data/persistent/paintings.json"
|
||||
|
||||
/datum/persistent/paintings/Initialize()
|
||||
. = ..()
|
||||
|
||||
@@ -45,12 +45,12 @@
|
||||
LAZYADDASSOC(., "items", storage_list)
|
||||
|
||||
// Usage: returns list with structure:
|
||||
// list(
|
||||
// [type1] = [stored_quantity],
|
||||
// [type2] = [stored_quantity]
|
||||
// )
|
||||
// list(
|
||||
// [type1] = [stored_quantity],
|
||||
// [type2] = [stored_quantity]
|
||||
// )
|
||||
/datum/persistent/storage/proc/get_storage_list(var/atom/entry)
|
||||
return list() // Subtypes define list structure
|
||||
return list() // Subtypes define list structure
|
||||
|
||||
/datum/persistent/storage/proc/find_specific_instance(var/turf/T)
|
||||
return locate(target_type) in T
|
||||
|
||||
Reference in New Issue
Block a user