mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-20 07:02:30 +00:00
* Rearranges a billion things into planes * Make cryotubes fancy * Update Travis * Fix hiding logic
27 lines
565 B
Plaintext
27 lines
565 B
Plaintext
/turf/unsimulated/shuttle
|
|
name = "shuttle"
|
|
icon = 'icons/turf/shuttle_white.dmi'
|
|
thermal_conductivity = 0.05
|
|
heat_capacity = 0
|
|
|
|
/turf/unsimulated/shuttle/wall
|
|
name = "wall"
|
|
icon_state = "light"
|
|
opacity = 1
|
|
density = 1
|
|
blocks_air = 1
|
|
|
|
/turf/unsimulated/shuttle/wall/dark
|
|
icon = 'icons/turf/shuttle_dark.dmi'
|
|
icon_state = "dark"
|
|
|
|
/turf/unsimulated/shuttle/floor
|
|
name = "floor"
|
|
icon = 'icons/turf/flooring/shuttle.dmi'
|
|
icon_state = "floor_blue"
|
|
|
|
/turf/unsimulated/shuttle/plating
|
|
name = "plating"
|
|
icon = 'icons/turf/floors.dmi'
|
|
icon_state = "plating"
|