Merge pull request #8219 from VOREStation/upstream-merge-7264

[MIRROR] Adds marble floor tiles and crafting recipe
This commit is contained in:
Aronai Sieyes
2020-06-07 14:36:35 -04:00
committed by GitHub
8 changed files with 104 additions and 3 deletions
@@ -118,6 +118,11 @@
..()
recipes += new/datum/stack_recipe("planting bed", /obj/machinery/portable_atmospherics/hydroponics/soil, 3, time = 10, one_per_turf = 1, on_floor = 1)
/material/stone/marble/generate_recipes()
..()
recipes += new/datum/stack_recipe("light marble floor tile", /obj/item/stack/tile/wmarble, 1, 4, 20)
recipes += new/datum/stack_recipe("dark marble floor tile", /obj/item/stack/tile/bmarble, 1, 4, 20)
/material/plastic/generate_recipes()
..()
recipes += new/datum/stack_recipe("plastic crate", /obj/structure/closet/crate/plastic, 10, one_per_turf = 1, on_floor = 1, pass_stack_color = TRUE)