Adds marble floor tiles and crafting recipe (#7264)

* Adds marble floor tiles and crafting recipe

* swaps screwdriver removal for crowbar

* changelog fix
i'm a silly goose and forgot to edit out the screwdriver bit
This commit is contained in:
BillyBangles
2020-06-06 11:35:35 -07:00
committed by GitHub
parent 32f9e43f27
commit cb8a366113
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
@@ -203,6 +203,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"