1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-24 10:25:20 +01:00

[mff & runes] More work on wizard class : spontafire and info wand

- Add wands and scrolls to reserved items list for wizards
 - Add spontaneous inflaming (spontafire) glyph and scroll
 - Add information wand
This commit is contained in:
LeMagnesium
2016-06-28 19:20:06 +02:00
parent 326ceb6afb
commit 93139c8db7
5 changed files with 99 additions and 1 deletions

View File

@@ -33,3 +33,9 @@ register_scroll("manasucker", "knowledge", {
texture = "runes_scroll_manasucker.png",
description = "Mana Sucker Knowledge Scroll",
})
register_scroll("spontafire", "knowledge", {
glyph = "runes:glyph_spontafire",
texture = "runes_scroll_spontafire.png",
description = "Spontaneous Fire Knowledge Scroll",
})