Reduces maximum saved stacks + per-type produce saving

This commit is contained in:
Cerebulon
2022-04-16 20:10:38 +01:00
parent ad7909cb82
commit b1c314f81f

View File

@@ -26,7 +26,7 @@
/datum/persistent/storage/smartfridge/sheet_storage/lossy
name = "sheet storage lossy"
max_storage = 250
max_storage = 150
stacks_go_missing = TRUE
/datum/persistent/storage/smartfridge/sheet_storage/generate_items(var/list/L)
@@ -62,8 +62,8 @@
/datum/persistent/storage/smartfridge/produce
name = "fruit storage"
max_storage = 50
store_per_type = FALSE
max_storage = 10
store_per_type = TRUE
target_type = /obj/machinery/smartfridge/produce
/datum/persistent/storage/smartfridge/produce/lossy