Fix slowregen example

This commit is contained in:
Wuzzy 2017-08-06 16:40:01 +02:00
parent a043aadeff
commit 51547f2e70
1 changed files with 1 additions and 1 deletions

View File

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