mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #13257 from Heroman3003/produce-persist
Fixes produce persistance
This commit is contained in:
@@ -65,12 +65,12 @@
|
|||||||
/datum/persistent/storage/smartfridge/produce
|
/datum/persistent/storage/smartfridge/produce
|
||||||
name = "fruit storage"
|
name = "fruit storage"
|
||||||
max_storage = 50
|
max_storage = 50
|
||||||
store_per_type = FALSE
|
store_per_type = TRUE
|
||||||
target_type = /obj/machinery/smartfridge/produce
|
target_type = /obj/machinery/smartfridge/produce
|
||||||
|
|
||||||
/datum/persistent/storage/smartfridge/produce/lossy
|
/datum/persistent/storage/smartfridge/produce/lossy
|
||||||
name = "fruit storage lossy"
|
name = "fruit storage lossy"
|
||||||
go_missing_chance = 12.5 // 10% loss between rounds
|
go_missing_chance = 10 // 10% loss chance between rounds
|
||||||
|
|
||||||
/datum/persistent/storage/smartfridge/produce/generate_items(var/list/L) // Mostly same as storage/generate_items() but without converting string to path
|
/datum/persistent/storage/smartfridge/produce/generate_items(var/list/L) // Mostly same as storage/generate_items() but without converting string to path
|
||||||
. = list()
|
. = list()
|
||||||
|
|||||||
Reference in New Issue
Block a user