mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-09 20:43:35 +00:00
Fixes Weather Timers (#4348)
This commit is contained in:
@@ -158,7 +158,7 @@ var/datum/planet/lavaland/planet_lavaland = null
|
||||
flight_failure_modifier = 50
|
||||
sky_visible = FALSE
|
||||
timer_low_bound = 1 // How long this weather must run before it tries to change, in minutes
|
||||
timer_high_bound = 1 // How long this weather can run before it tries to change, in minutes
|
||||
timer_high_bound = 2 // How long this weather can run before it tries to change, in minutes
|
||||
transition_chances = list(
|
||||
WEATHER_ASH_STORM = 5,
|
||||
WEATHER_CLEAR = 95
|
||||
|
||||
@@ -157,8 +157,8 @@ var/datum/planet/lavaland/planet_lavaland = null
|
||||
wind_low = 3
|
||||
flight_failure_modifier = 50
|
||||
sky_visible = FALSE
|
||||
timer_low_bound = 2 // How long this weather must run before it tries to change, in minutes
|
||||
timer_high_bound = 10 // How long this weather can run before it tries to change, in minutes
|
||||
timer_low_bound = 1 // How long this weather must run before it tries to change, in minutes
|
||||
timer_high_bound = 2 // How long this weather can run before it tries to change, in minutes
|
||||
transition_chances = list(
|
||||
WEATHER_ASH_STORM = 15,
|
||||
WEATHER_CLEAR = 85
|
||||
|
||||
@@ -157,8 +157,8 @@ var/datum/planet/lavaland/planet_lavaland = null
|
||||
wind_low = 3
|
||||
flight_failure_modifier = 50
|
||||
sky_visible = FALSE
|
||||
timer_low_bound = 2 // How long this weather must run before it tries to change, in minutes
|
||||
timer_high_bound = 10 // How long this weather can run before it tries to change, in minutes
|
||||
timer_low_bound = 1 // How long this weather must run before it tries to change, in minutes
|
||||
timer_high_bound = 2 // How long this weather can run before it tries to change, in minutes
|
||||
transition_chances = list(
|
||||
WEATHER_ASH_STORM = 15,
|
||||
WEATHER_CLEAR = 85
|
||||
|
||||
Reference in New Issue
Block a user