Added crafting recipies as per Bhijin's request.

This commit is contained in:
Fermi
2019-06-19 00:17:18 +01:00
parent 17403bd059
commit fe6296b58a
3 changed files with 38 additions and 5 deletions
+2 -2
View File
@@ -550,14 +550,14 @@
/obj/item/storage/belt/medolier/ComponentInitialize()
. = ..()
GET_COMPONENT(STR, /datum/component/storage)
STR.max_items = 12
STR.max_items = 16
STR.display_numerical_stacking = FALSE
STR.can_hold = typecacheof(list(
/obj/item/reagent_containers/syringe/dart
))
/obj/item/storage/belt/medolier/full/PopulateContents()
for(var/i in 1 to 10)
for(var/i in 1 to 16)
new /obj/item/reagent_containers/syringe/dart/(src)
/obj/item/storage/belt/holster