mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Add coated walls to the turbine in the Syndicate base
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user