1
0
mirror of https://github.com/t-affeldt/regional_weather.git synced 2025-07-15 23:10:33 +02:00

Fix speed buff effect, update to new wind influences, tinker with skybox effect

This commit is contained in:
Till Affeldt
2020-04-18 11:14:09 +02:00
parent 52f06da30f
commit 497f31918a
5 changed files with 11 additions and 9 deletions

View File

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