Support Weather

This commit is contained in:
oc 2018-02-05 21:22:59 +08:00
parent 6b929ffcca
commit aab1bfa40b

View File

@ -3329,7 +3329,7 @@ core.prototype.setWeather = function (type, level) {
// 当前天气:则忽略 // 当前天气:则忽略
if (type==core.animateFrame.weather.type && if (type==core.animateFrame.weather.type &&
(!core.isset(level) || 15*level==core.animateFrame.weather.level)) { (!core.isset(level) || 16*level==core.animateFrame.weather.level)) {
return; return;
} }