Carpet and table stuff

This commit is contained in:
E-MonaRhg
2021-11-05 19:46:42 +02:00
parent f11ad29e8d
commit ac68ea59df
14 changed files with 103 additions and 31 deletions
@@ -76,6 +76,7 @@
icon_state = "tile-carpet"
turf_type = /turf/simulated/floor/carpet
resistance_flags = FLAMMABLE
var/fancy_table_type = /obj/structure/table/wood/fancy //Decides what table will be built with what carpet tile
/obj/item/stack/tile/carpet/twenty
amount = 20
@@ -84,6 +85,7 @@
name = "black carpet"
icon_state = "tile-carpet-black"
turf_type = /turf/simulated/floor/carpet/black
fancy_table_type = /obj/structure/table/wood/fancy/black
/obj/item/stack/tile/carpet/black/twenty
amount = 20
@@ -92,6 +94,7 @@
name = "blue carpet"
icon_state = "tile-carpet-blue"
turf_type = /turf/simulated/floor/carpet/blue
fancy_table_type = /obj/structure/table/wood/fancy/blue
/obj/item/stack/tile/carpet/blue/twenty
amount = 20
@@ -100,6 +103,7 @@
name = "cyan carpet"
icon_state = "tile-carpet-cyan"
turf_type = /turf/simulated/floor/carpet/cyan
fancy_table_type = /obj/structure/table/wood/fancy/cyan
/obj/item/stack/tile/carpet/cyan/twenty
amount = 20
@@ -108,6 +112,7 @@
name = "green carpet"
icon_state = "tile-carpet-green"
turf_type = /turf/simulated/floor/carpet/green
fancy_table_type = /obj/structure/table/wood/fancy/green
/obj/item/stack/tile/carpet/green/twenty
amount = 20
@@ -116,6 +121,7 @@
name = "orange carpet"
icon_state = "tile-carpet-orange"
turf_type = /turf/simulated/floor/carpet/orange
fancy_table_type = /obj/structure/table/wood/fancy/orange
/obj/item/stack/tile/carpet/orange/twenty
amount = 20
@@ -124,6 +130,7 @@
name = "purple carpet"
icon_state = "tile-carpet-purple"
turf_type = /turf/simulated/floor/carpet/purple
fancy_table_type = /obj/structure/table/wood/fancy/purple
/obj/item/stack/tile/carpet/purple/twenty
amount = 20
@@ -132,6 +139,7 @@
name = "red carpet"
icon_state = "tile-carpet-red"
turf_type = /turf/simulated/floor/carpet/red
fancy_table_type = /obj/structure/table/wood/fancy/red
/obj/item/stack/tile/carpet/red/twenty
amount = 20
@@ -140,7 +148,10 @@
name = "royal black carpet"
icon_state = "tile-carpet-royalblack"
turf_type = /turf/simulated/floor/carpet/royalblack
fancy_table_type = /obj/structure/table/wood/fancy/royalblack
/obj/item/stack/tile/carpet/royalblack/ten
amount = 10
/obj/item/stack/tile/carpet/royalblack/twenty
amount = 20
@@ -148,6 +159,10 @@
name = "royal blue carpet"
icon_state = "tile-carpet-royalblue"
turf_type = /turf/simulated/floor/carpet/royalblue
fancy_table_type = /obj/structure/table/wood/fancy/royalblue
/obj/item/stack/tile/carpet/royalblue/ten
amount = 10
/obj/item/stack/tile/carpet/royalblue/twenty
amount = 20