give trays better capacity

This commit is contained in:
Timothy Teakettle
2020-07-01 22:05:14 +01:00
committed by GitHub
parent 27a83ebb05
commit 8a0ab009dd
+2 -2
View File
@@ -380,7 +380,7 @@
name = "bluespace tray"
icon_state = "bluespace_tray"
desc = "A tray created using bluespace technology to fit more food on it."
max_items = 14 // twice as many items
max_items = 30 // far more items
custom_materials = list(/datum/material/iron = 2000, /datum/material/bluespace = 500)
/*
@@ -454,4 +454,4 @@
STR.max_combined_w_class = 30
STR.max_items = 3
STR.display_numerical_stacking = FALSE
STR.can_hold = typecacheof(list(/obj/item/ammo_box/magazine, /obj/item/ammo_casing))
STR.can_hold = typecacheof(list(/obj/item/ammo_box/magazine, /obj/item/ammo_casing))