Add pollen effect

This commit is contained in:
Till Affeldt
2020-04-10 05:28:06 +02:00
parent 6481cf409a
commit e188015be1
3 changed files with 27 additions and 0 deletions

View File

@ -53,3 +53,4 @@ dofile(weather_mod.modpath.."/weathers/snow_heavy.lua")
dofile(weather_mod.modpath.."/weathers/storm.lua")
dofile(weather_mod.modpath.."/weathers/sandstorm.lua")
dofile(weather_mod.modpath.."/weathers/hail.lua")
dofile(weather_mod.modpath.."/weathers/pollen.lua")