mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-09-22 02:26:47 -04:00
Add feature toggles for movement modifier and hydrating puddles
This commit is contained in:
parent
a0c56052dd
commit
e6f0067f3b
4 changed files with 27 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue