1
0
镜像自地址 https://gitlab.com/rautars/weather_pack.git 已同步 2025-12-15 04:28:35 +01:00

minor api update, change thunder max duration

这个提交包含在:
Arturas Norkus
2016-05-10 08:52:28 +03:00
父节点 443741aea7
当前提交 c364d40823
修改 6 个文件,包含 49 行新增28 行删除

查看文件

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