Swapped stacking to FALSE

This commit is contained in:
Fermi
2019-06-08 01:40:13 +01:00
parent 42d0ab4825
commit 26e55a7a42
+1 -1
View File
@@ -551,7 +551,7 @@
. = ..()
GET_COMPONENT(STR, /datum/component/storage)
STR.max_items = 18
STR.display_numerical_stacking = TRUE
STR.display_numerical_stacking = FALSE
STR.can_hold = typecacheof(list(
/obj/item/reagent_containers/syringe/dart
))