mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 01:25:10 +01:00
space cleanup (#17300)
* space cleanup * this * this too --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -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