diff --git a/code/modules/planet/sif.dm b/code/modules/planet/sif.dm index 719d7ba8e9..d142d01a58 100644 --- a/code/modules/planet/sif.dm +++ b/code/modules/planet/sif.dm @@ -206,7 +206,7 @@ var/global/datum/planet/sif/planet_sif = null icon_state = "snowfall_med" temp_high = T0C // 0c temp_low = 243.15 // -30c - wind_high = 2 + wind_high = 1 wind_low = 0 light_modifier = 0.5 flight_failure_modifier = 5 @@ -242,7 +242,7 @@ var/global/datum/planet/sif/planet_sif = null icon_state = "snowfall_heavy" temp_high = 243.15 // -30c temp_low = 233.15 // -40c - wind_high = 4 + wind_high = 3 wind_low = 2 light_modifier = 0.3 flight_failure_modifier = 10 @@ -276,7 +276,7 @@ var/global/datum/planet/sif/planet_sif = null name = "rain" icon_state = "rain" wind_high = 2 - wind_low = 1 + wind_low = 0 light_modifier = 0.5 effect_message = "Rain falls on you." @@ -321,8 +321,8 @@ var/global/datum/planet/sif/planet_sif = null icon_state = "storm" temp_high = 243.15 // -30c temp_low = 233.15 // -40c - wind_high = 4 - wind_low = 2 + wind_high = 3 + wind_low = 1 light_modifier = 0.3 flight_failure_modifier = 10 effect_message = "Rain falls on you, drenching you in water." @@ -498,8 +498,8 @@ var/global/datum/planet/sif/planet_sif = null light_color = "#FF0000" temp_high = 323.15 // 50c temp_low = 313.15 // 40c - wind_high = 6 - wind_low = 3 + wind_high = 3 + wind_low = 2 flight_failure_modifier = 50 transition_chances = list( WEATHER_ASH_STORM = 100