Fix slowregen example
This commit is contained in:
parent
a043aadeff
commit
51547f2e70
@ -115,7 +115,7 @@ playereffects.register_effect_type("slowregen", "Slow Regeneration", "heart.png"
|
||||
function(player)
|
||||
player:set_hp(player:get_hp()+1)
|
||||
end,
|
||||
nil, nil, nil, 15
|
||||
nil, nil, nil, 3
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user