Add coated walls to the turbine in the Syndicate base

This commit is contained in:
Mark van Alphen
2019-06-02 05:45:26 +02:00
parent 4c40df0895
commit c97506d898
2 changed files with 36 additions and 22 deletions
@@ -1108,10 +1108,6 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
/turf/simulated/floor/plating,
/area/ruin/unpowered/syndicate_lava_base/engineering)
"bQ" = (
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
/turf/simulated/wall/mineral/plastitanium/nodiagonal,
/area/ruin/unpowered/syndicate_lava_base/engineering)
"bR" = (
/obj/machinery/optable,
/obj/effect/decal/cleanable/dirt,
@@ -6037,7 +6033,7 @@
/area/ruin/unpowered/syndicate_lava_base/engineering)
"nf" = (
/obj/structure/sign/fire,
/turf/simulated/wall/mineral/plastitanium/nodiagonal,
/turf/simulated/wall/mineral/plastitanium/coated,
/area/ruin/unpowered/syndicate_lava_base/engineering)
"nh" = (
/obj/machinery/telecomms/relay/preset/ruskie{
@@ -6850,6 +6846,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/engine,
/area/ruin/unpowered/syndicate_lava_base/testlab)
"yd" = (
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
/turf/simulated/wall/mineral/plastitanium/coated,
/area/ruin/unpowered/syndicate_lava_base/engineering)
"yU" = (
/turf/simulated/wall/mineral/plastitanium/explosive,
/area/ruin/unpowered/syndicate_lava_base/chemistry)
@@ -6919,6 +6919,9 @@
},
/turf/simulated/wall/mineral/plastitanium/nodiagonal,
/area/ruin/unpowered/syndicate_lava_base/engineering)
"RI" = (
/turf/simulated/wall/mineral/plastitanium/coated,
/area/ruin/unpowered/syndicate_lava_base/engineering)
"RV" = (
/obj/structure/sign/fire,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -8688,9 +8691,9 @@ IJ
IJ
IJ
uB
ju
ju
ju
RI
RI
RI
ab
ab
ab
@@ -8738,10 +8741,10 @@ mF
nc
ju
bh
ju
RI
oz
ju
ju
RI
RI
nf
ab
ab
@@ -8836,12 +8839,12 @@ bF
ca
bL
bO
bQ
bi
Qt
bi
yd
oB
ju
ju
RI
RI
nf
ab
ab
@@ -8888,7 +8891,7 @@ bM
RV
tW
RE
ju
RI
oH
nf
ab
@@ -8938,7 +8941,7 @@ bN
bP
cl
cn
ju
RI
ab
ab
ab
@@ -8988,7 +8991,7 @@ mK
kD
cm
co
ju
RI
ab
ab
ab
@@ -9035,10 +9038,10 @@ Au
kD
bB
ju
ju
ju
ju
ju
RI
RI
RI
RI
ab
ab
ab
@@ -275,8 +275,19 @@
icon_state = "map-overspace"
fixed_underlay = list("space"=1)
/turf/simulated/wall/mineral/plastitanium/coated
name = "coated wall"
max_temperature = INFINITY
icon_state = "map-shuttle_nd"
smooth = SMOOTH_MORE
/turf/simulated/wall/mineral/plastitanium/coated/Initialize(mapload)
. = ..()
desc += " It seems to have additional plating to protect against heat."
/turf/simulated/wall/mineral/plastitanium/explosive
var/explosive_wall_group = EXPLOSIVE_WALL_GROUP_SYNDICATE_BASE
icon_state = "map-shuttle_nd"
smooth = SMOOTH_MORE
/turf/simulated/wall/mineral/plastitanium/explosive/Initialize(mapload)