Merge pull request #11925 from Core0verload/matter-final

Materials - final solution
This commit is contained in:
Razharas
2015-09-23 21:11:17 +03:00
2 changed files with 8 additions and 2 deletions
@@ -6,6 +6,7 @@
origin_tech = "plasma=1"
turf_type = /turf/simulated/floor/mineral/plasma
mineralType = "plasma"
materials = list(MAT_PLASMA=500)
/obj/item/stack/tile/mineral/uranium
name = "uranium tile"
@@ -15,6 +16,7 @@
origin_tech = "material=1"
turf_type = /turf/simulated/floor/mineral/uranium
mineralType = "uranium"
materials = list(MAT_URANIUM=500)
/obj/item/stack/tile/mineral/gold
name = "gold tile"
@@ -24,6 +26,7 @@
origin_tech = "material=1"
turf_type = /turf/simulated/floor/mineral/gold
mineralType = "gold"
materials = list(MAT_GOLD=500)
/obj/item/stack/tile/mineral/silver
name = "silver tile"
@@ -33,6 +36,7 @@
origin_tech = "material=1"
turf_type = /turf/simulated/floor/mineral/silver
mineralType = "silver"
materials = list(MAT_SILVER=500)
/obj/item/stack/tile/mineral/diamond
name = "diamond tile"
@@ -42,6 +46,7 @@
origin_tech = "material=2"
turf_type = /turf/simulated/floor/mineral/diamond
mineralType = "diamond"
materials = list(MAT_DIAMOND=500)
/obj/item/stack/tile/mineral/bananium
name = "bananium tile"
@@ -51,4 +56,5 @@
origin_tech = "material=1"
turf_type = /turf/simulated/floor/mineral/bananium
mineralType = "bananium"
materials = list(MAT_BANANIUM=500)