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
@@ -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)