adds in coconuts, coconut milk, coconut bongs

This commit is contained in:
Azarak
2019-12-10 07:21:41 +01:00
parent db540ac496
commit 05f4a3163f
14 changed files with 511 additions and 3 deletions
@@ -240,7 +240,7 @@ GLOBAL_LIST_INIT(wood_recipes, list ( \
*/
GLOBAL_LIST_INIT(bamboo_recipes, list ( \
new/datum/stack_recipe("punji sticks trap", /obj/structure/punji_sticks, 10, time = 90, one_per_turf = TRUE, on_floor = TRUE), \
new/datum/stack_recipe("punji sticks trap", /obj/structure/punji_sticks, 10, time = 160, one_per_turf = TRUE, on_floor = TRUE), \
new/datum/stack_recipe("blow gun", /obj/item/gun/syringe/blowgun, 10, time = 70), \
))