1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-17 23:20:23 +02:00

Added mana max rune

- Added mane max rune
 - Fixed projection rune
This commit is contained in:
LeMagnesium
2015-04-25 23:01:27 +02:00
parent af3bb78c3f
commit c15196fd0e
2 changed files with 13 additions and 0 deletions

View File

@ -38,6 +38,11 @@ runes.datas.items = {
description = "Go to me rune",
img = "default_wood.png",
type = "cube"
},
["megamana"] = {
description = "Mega Mana",
img = "default_diamond.png",
type = "craftitem"
}
}