From c97506d898dc367aab29a154b2fbe906c6aa38f2 Mon Sep 17 00:00:00 2001 From: Mark van Alphen Date: Sun, 2 Jun 2019 05:45:26 +0200 Subject: [PATCH] Add coated walls to the turbine in the Syndicate base --- .../lavaland_surface_syndicate_base1.dmm | 47 ++++++++++--------- code/game/turfs/simulated/walls_mineral.dm | 11 +++++ 2 files changed, 36 insertions(+), 22 deletions(-) diff --git a/_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm b/_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm index 31ccecedaaa..3d0b82f8571 100644 --- a/_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm +++ b/_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm @@ -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 diff --git a/code/game/turfs/simulated/walls_mineral.dm b/code/game/turfs/simulated/walls_mineral.dm index 21f29e3db47..74d0e216614 100644 --- a/code/game/turfs/simulated/walls_mineral.dm +++ b/code/game/turfs/simulated/walls_mineral.dm @@ -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)