Skip to content

Commit

Permalink
fix(atmos): fixes atmos
Browse files Browse the repository at this point in the history
  • Loading branch information
Filatelele committed Aug 12, 2024
1 parent e017b07 commit 4029bef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions maps/derelicts/jungleplanet/jungleplanet_areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
icon = 'icons/turf/jungleplanet_areas.dmi'
icon_state = "jungle"
base_turf = /turf/simulated/floor/natural/jungle/dirt
area_flags = AREA_FLAG_EXTERNAL | AREA_FLAG_UNIQUE_AREA

/area/jungleplanet/jungle
name = "Jungle"
Expand Down
6 changes: 6 additions & 0 deletions maps/exodus/exodus_levels.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
ZTRAIT_CONTACT
)
travel_chance = 5
exterior_atmos_temp = - 20 CELSIUS
exterior_atmosphere = list("oxygen" = MOLES_O2STANDARD, "nitrogen" = MOLES_N2STANDARD)

/datum/space_level/exodus_2
path = 'exodus-2.dmm'
Expand All @@ -13,6 +15,8 @@
ZTRAIT_CONTACT
)
travel_chance = 5
exterior_atmos_temp = - 20 CELSIUS
exterior_atmosphere = list("oxygen" = MOLES_O2STANDARD, "nitrogen" = MOLES_N2STANDARD)

/datum/space_level/exodus_3
path = 'maps/templates/empty_255.dmm'
Expand All @@ -24,6 +28,8 @@
var/list/possible_planet_types = list(
/datum/map_generator/planet_generator/asteroid = 1,
)
exterior_atmos_temp = - 20 CELSIUS
exterior_atmosphere = list("oxygen" = MOLES_O2STANDARD, "nitrogen" = MOLES_N2STANDARD)

/datum/space_level/exodus_3/generate(z)
var/planet_type = util_pick_weight(possible_planet_types)
Expand Down

0 comments on commit 4029bef

Please sign in to comment.