mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 23:29:10 +01:00
[MIRROR] Virgo 5 outdoors stuff (#8492)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
co-authored by
SatinIsle
CHOMPStation2
parent
9449f18573
commit
11b9bacebb
@@ -743,3 +743,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