From d5b5c81e11e00103d51dbf194dfd6ce200b240f0 Mon Sep 17 00:00:00 2001 From: SumrakDZN Date: Sun, 29 Nov 2020 14:02:23 +0100 Subject: [PATCH] Adjusted thresholds for the snow This will kick things sooner (for better event timing). --- Mission Files/hardcore.namalsk/init.c | 2 +- Mission Files/regular.namalsk/init.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mission Files/hardcore.namalsk/init.c b/Mission Files/hardcore.namalsk/init.c index 89dd83f..e0d9157 100644 --- a/Mission Files/hardcore.namalsk/init.c +++ b/Mission Files/hardcore.namalsk/init.c @@ -24,7 +24,7 @@ void main() weather.SetWindMaximumSpeed( 30 ); weather.SetWindFunctionParams( 0.1, 1.0, 42 ); weather.SetStorm( 0, 1, 1 ); - weather.SetRainThresholds( 0.5, 1.0, 30 ); + weather.SetRainThresholds( 0.0, 1.0, 0 ); /* [Namalsk] Mission time init diff --git a/Mission Files/regular.namalsk/init.c b/Mission Files/regular.namalsk/init.c index 30975e8..f50e736 100644 --- a/Mission Files/regular.namalsk/init.c +++ b/Mission Files/regular.namalsk/init.c @@ -24,7 +24,7 @@ void main() weather.SetWindMaximumSpeed( 30 ); weather.SetWindFunctionParams( 0.1, 1.0, 42 ); weather.SetStorm( 0, 1, 1 ); - weather.SetRainThresholds( 0.5, 1.0, 30 ); + weather.SetRainThresholds( 0.0, 1.0, 0 ); /* [Namalsk] Mission time init