Fish tank

This commit is contained in:
Mechoid
2020-08-01 20:44:18 -07:00
committed by VirgoBot
parent f03b38636d
commit 78b51c58b4
6 changed files with 184 additions and 19 deletions

View File

@@ -138,6 +138,7 @@
recipes += new/datum/stack_recipe("water-cooler", /obj/structure/reagent_dispensers/water_cooler, 4, time = 10, one_per_turf = 1, on_floor = 1, pass_stack_color = TRUE)
recipes += new/datum/stack_recipe("lampshade", /obj/item/weapon/lampshade, 1, time = 1, pass_stack_color = TRUE)
recipes += new/datum/stack_recipe("plastic net", /obj/item/weapon/material/fishing_net, 25, time = 1 MINUTE, pass_stack_color = TRUE)
recipes += new/datum/stack_recipe("plastic fishtank", /obj/item/glass_jar/fish/plastic, 2, time = 30 SECONDS)
/material/wood/generate_recipes()
..()