1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-11-07 19:10:23 +01:00

Added triple registrering of runes

- Runes are registered three times with tree levels : minor, medium, major
This commit is contained in:
LeMagnesium 2015-04-27 13:57:15 +02:00
parent 0e2de4f1be
commit 39e46b06b4
4 changed files with 7 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -99,7 +99,6 @@ minetest.register_globalstep(function(dtime)
end
end
mana.setregen(name, regen_to)
--print("Regen to "..regen_to.." : "..light_day.."/"..light_now.."/"..light_night)
end