Skip to content
Snippets Groups Projects
Commit beac6a92 authored by DarkGod's avatar DarkGod
Browse files

fixed learning Hymns and Chants from escorts/whatever and having them appear on the trees

parent 5e63bf2a
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
-- Looks weaker than the other options, but extra life is a more universally useful stat and mind save is generally lower for celestial classes.
newTalent{
name = "Chant of Fortitude",
type = {"celestial/chants", 1},
type = {"celestial/other", 1},
mode = "sustained",
hide = true,
require = divi_req1,
......@@ -82,7 +82,7 @@ newTalent{
-- Physical and weapon protection Chant.
newTalent{
name = "Chant of Fortress",
type = {"celestial/chants", 1},
type = {"celestial/other", 1},
mode = "sustained",
hide = true,
require = divi_req1,
......@@ -146,7 +146,7 @@ newTalent{
-- This can be swapped to reactively with a projectile already in the air
newTalent{
name = "Chant of Resistance",
type = {"celestial/chants",1},
type = {"celestial/other",1},
mode = "sustained",
hide = true,
require = divi_req1,
......
......@@ -19,7 +19,7 @@
newTalent{
name = "Hymn of Shadows",
type = {"celestial/hymns", 1},
type = {"celestial/other", 1},
mode = "sustained",
hide = true,
require = divi_req1,
......@@ -89,7 +89,7 @@ newTalent{
newTalent{
name = "Hymn of Detection",
type = {"celestial/hymns", 1},
type = {"celestial/other", 1},
mode = "sustained",
hide = true,
require = divi_req1,
......@@ -162,7 +162,7 @@ newTalent{
newTalent{
name = "Hymn of Perseverance",
type = {"celestial/hymns",1},
type = {"celestial/other",1},
mode = "sustained",
hide = true,
require = divi_req1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment