1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-06-29 15:20:19 +02:00

Increased mana gained at every globalstep in sunlight

- Helps for #63
This commit is contained in:
LeMagnesium 2015-06-08 18:44:03 +02:00
parent 36f51e45ac
commit 23a6bc4b8d

View File

@ -68,7 +68,7 @@ minetest.register_globalstep(function(dtime)
-- simplest version checks for "full sunlight now" -- simplest version checks for "full sunlight now"
if light_now >= 14 then if light_now >= 14 then
regen_to = 1 regen_to = 3
end end
-- we can get a bit more lenience by testing whether -- we can get a bit more lenience by testing whether