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
@@ -50,4 +50,12 @@
/obj/fiftyspawner/linoleum
name = "stack of linoleum tiles"
type_to_spawn = /obj/item/stack/tile/linoleum
type_to_spawn = /obj/item/stack/tile/linoleum
/obj/fiftyspawner/wmarble
name = "stack of light marble tiles"
type_to_spawn = /obj/item/stack/tile/wmarble
/obj/fiftyspawner/bmarble
name = "stack of dark marble tiles"
type_to_spawn = /obj/item/stack/tile/bmarble
@@ -202,6 +202,30 @@
flags = 0
no_variants = FALSE
/obj/item/stack/tile/wmarble
name = "light marble tile"
singular_name = "light marble tile"
desc = "Some white marble tiles used for flooring."
icon_state = "tile-wmarble"
force = 6.0
throwforce = 15.0
throw_speed = 5
throw_range = 20
flags = 0
no_variants = FALSE
/obj/item/stack/tile/bmarble
name = "dark marble tile"
singular_name = "dark marble tile"
desc = "Some black marble tiles used for flooring."
icon_state = "tile-bmarble"
force = 6.0
throwforce = 15.0
throw_speed = 5
throw_range = 20
flags = 0
no_variants = FALSE
/obj/item/stack/tile/roofing
name = "roofing"
singular_name = "roofing"