Adds vaurca walls, floor and airlocks (#5611)

* Adds the vaurca walls and floors.

* Adds the vaurca airlocks.

* Only alien floor.
This commit is contained in:
Alberyk
2018-11-19 17:11:20 +01:00
committed by Werner
parent 43b02b804d
commit c5c7a75bbb
7 changed files with 33 additions and 1 deletions
+17
View File
@@ -179,6 +179,9 @@ var/list/name_to_material
if ("biomass")
wall_icon = 'icons/turf/smooth/diona_wall.dmi'
skip_blend = TRUE
if ("vaurca")
wall_icon = 'icons/turf/smooth/vaurca_wall.dmi'
skip_blend = TRUE
else
world.log << "materials: [src] has unknown icon_base [icon_base]."
@@ -937,3 +940,17 @@ var/list/name_to_material
integrity = 150
hardness = 60
protectiveness = 20 // 50%
/material/vaurca
name = "alien biomass"
display_name = "alien biomass"
stack_type = null
icon_colour = "#1C7400"
icon_base = "vaurca"
integrity = 400
melting_point = 6000
explosion_resistance = 25
hardness = 80
weight = 23
protectiveness = 20 // 50%
conductivity = 10