mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 22:13:24 +00:00
Adds blue carpet stack
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
* Grass
|
||||
* Wood
|
||||
* Carpet
|
||||
* Blue Carpet
|
||||
* Linoleum
|
||||
*/
|
||||
|
||||
@@ -70,6 +71,12 @@
|
||||
throw_range = 20
|
||||
flags = 0
|
||||
|
||||
/obj/item/stack/tile/carpet/blue
|
||||
name = "blue carpet"
|
||||
singular_name = "blue carpet"
|
||||
desc = "A piece of blue carpet. It is the same size as a normal floor tile!"
|
||||
icon_state = "tile-bluecarpet"
|
||||
|
||||
/obj/item/stack/tile/floor
|
||||
name = "floor tile"
|
||||
singular_name = "floor tile"
|
||||
|
||||
@@ -68,7 +68,7 @@ var/list/flooring_types
|
||||
/decl/flooring/carpet/blue
|
||||
name = "carpet"
|
||||
icon_base = "bcarpet"
|
||||
build_type = null
|
||||
build_type = /obj/item/stack/tile/carpet/blue
|
||||
flags = TURF_HAS_EDGES | TURF_REMOVE_CROWBAR
|
||||
|
||||
/decl/flooring/tiling
|
||||
|
||||
Reference in New Issue
Block a user