Weather 1 and atmos fixes

This commit is contained in:
Dahlular
2021-04-28 18:50:42 -06:00
parent 3daacedb98
commit f886367ea2
3 changed files with 12 additions and 9 deletions
+10 -9
View File
@@ -1,35 +1,36 @@
/datum/weather/layenia
/datum/weather/ash_storm/layenia //because fuck writing my own code
name = "Layenia Weather"
desc = "A subset of weather affecting Layenia"
weather_color = "white"
telegraph_message = "<span class='warning'>Thundering clouds pass overhead, swept up by a steady wind.</span>"
telegraph_duration = 300
telegraph_overlay = "light_snow"
telegraph_sound = 'sound/ambience/acidrain_start.ogg'
weather_message = "<span class='boldwarning'><i>Clouds storm over the station slowly...</i></span>"
weather_duration_lower = 600
weather_duration_upper = 8200
weather_overlay = "snow_storm"
weather_sound = 'sound/ambience/acidrain_mid.ogg'
end_message = "<span class='boldannounce'>Sunlight arches over the station once more; the storm has passed.</span>"
end_duration = 300
end_overlay = "light_snow"
end_sound = 'sound/ambience/acidrain_end.ogg'
area_type = /area/layenia
target_trait = ZTRAIT_AWAY
target_trait = ZTRAIT_STATION
probability = 100
barometer_predictable = TRUE
aesthetic = TRUE
///datum/weather/layenia/telegraph()
//datum/weather/layenia/telegraph()
///datum/weather/layenia/start()
//datum/weather/layenia/start()
///datum/weather/layenia/wind_down()
//datum/weather/layenia/wind_down()
///datum/weather/layenia/end()
//datum/weather/layenia/end()
//datum/weather/ash_storm/layenia/weather_act
+1
View File
@@ -7,6 +7,7 @@ area/layenia
outdoors = TRUE
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
ambientsounds = MINING
atmos = TRUE
area/layenia/cloudlayer
name = "Laneya clouds"
+1
View File
@@ -126,6 +126,7 @@
tiled_dirt = FALSE
baseturfs = /turf/open/chasm/cloud
smooth = SMOOTH_FALSE
initial_gas_mix = FROZEN_ATMOS
/turf/open/chasm/cloud/Initialize()
. = ..()