1
0
zrcadlo https://gitlab.com/rautars/weather_pack.git synchronizováno 2025-10-25 23:35:23 +02:00

minor api update, change thunder max duration

Tento commit je obsažen v:
Arturas Norkus
2016-05-10 08:52:28 +03:00
rodič 443741aea7
revize c364d40823
6 změnil soubory, kde provedl 49 přidání a 28 odebrání

Zobrazit soubor

@@ -27,9 +27,11 @@ thunder.clear = function()
end
-- register thunderstorm weather
if weather.known_weathers.thunder == nil then
weather.known_weathers.thunder = {
if weather.reg_weathers.thunder == nil then
weather.reg_weathers.thunder = {
chance = 5,
clear = thunder.clear
clear = thunder.clear,
min_duration = 120,
max_duration = 600,
}
end