mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 10:34:10 +01:00
Virgo 5 outdoors stuff (#16025)
Added a few V5 atmosphere variant of snow and ice turfs. Added some rock and skeleton props for V5. Added a V5 sprite for the overmap. Added a V5 skybox image.
This commit is contained in:
@@ -734,3 +734,26 @@ var/list/mining_overlay_cache = list()
|
||||
mineral = GLOB.ore_data[mineral_name]
|
||||
UpdateMineral()
|
||||
update_icon()
|
||||
|
||||
// V5 turfs
|
||||
|
||||
/turf/simulated/mineral/icey/v5
|
||||
temperature = 202
|
||||
oxygen = 8
|
||||
nitrogen = 17
|
||||
carbon_dioxide = 75
|
||||
ignore_cavegen = TRUE
|
||||
|
||||
/turf/simulated/mineral/crystal/v5
|
||||
temperature = 202
|
||||
oxygen = 8
|
||||
nitrogen = 17
|
||||
carbon_dioxide = 75
|
||||
ignore_cavegen = TRUE
|
||||
|
||||
/turf/simulated/mineral/crystal_shiny/v5
|
||||
temperature = 202
|
||||
oxygen = 8
|
||||
nitrogen = 17
|
||||
carbon_dioxide = 75
|
||||
ignore_cavegen = TRUE
|
||||
|
||||
Reference in New Issue
Block a user