mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
weather: small fix
This commit is contained in:
parent
ccc96eb71c
commit
58db703db7
@ -58,7 +58,6 @@ _fnc_updateTemperature = {
|
||||
|
||||
// Humidity
|
||||
GVAR(currentHumidity) = (GVAR(Humidity) select _month) / 100;
|
||||
GVAR(currentHumidity) = GVAR(currentHumidity)
|
||||
|
||||
if (rain > 0 && overcast > 0.7) then {
|
||||
GVAR(currentHumidity) = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user