镜像自地址
https://gitlab.com/rautars/weather_pack.git
已同步 2025-12-15 04:28:35 +01:00
minor api update, change thunder max duration
这个提交包含在:
@@ -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
|
||||
在新工单中引用
屏蔽一个用户