Adjusted thresholds for the snow

This will kick things sooner (for better event timing).
This commit is contained in:
SumrakDZN 2020-11-29 14:02:23 +01:00
parent 029f662d3c
commit d5b5c81e11
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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