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

Add feature toggles for movement modifier and hydrating puddles

This commit is contained in:
Till Affeldt
2020-05-16 05:02:01 +02:00
parent a0c56052dd
commit e6f0067f3b
4 changed files with 27 additions and 12 deletions

View File

@ -4,6 +4,8 @@ Use this effect to modify a player's movement speed.
Expects a numeric value that will be multiplied with the current speed physics.
]]
if not regional_weather.settings.player_speed then return end
local EFFECT_NAME = "regional_weather:speed_buff"
local function handle_effect(player_data)