mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-09-22 02:26:47 -04:00
Fix speed buff effect, update to new wind influences, tinker with skybox effect
This commit is contained in:
parent
52f06da30f
commit
497f31918a
5 changed files with 11 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
local EFFECT_NAME = "regional_weather:speed_buff"
|
||||
|
||||
local function handle_effect(player_data)
|
||||
for playername, data in ipairs(player_data) do
|
||||
for playername, data in pairs(player_data) do
|
||||
local player = minetest.get_player_by_name(playername)
|
||||
local product = 1
|
||||
for weather, value in pairs(data) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue