Commit 3fee37c395c2a9887d2b24114d0aa7076a8e7da9
1 parent
19db3111
Fix Rot minimum level not being set
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -31,7 +31,7 @@ newTalentType{ allow_random=true, no_silence=true, is_spell=true, type="corrupti |
31 | 31 | newTalentType{ allow_random=true, no_silence=true, is_spell=true, type="corruption/blood", name = "blood", description = "Harness the power of blood, both your own and your foes'." } |
32 | 32 | newTalentType{ allow_random=true, no_silence=true, is_spell=true, type="corruption/blight", name = "blight", description = "Bring corruption and decay to all who oppose you." } |
33 | 33 | newTalentType{ allow_random=true, no_silence=true, is_spell=true, type="corruption/shadowflame", name = "Shadowflame", description = "Harness the power of the demonic shadowflame." } |
34 | -newTalentType{ allow_random=true, no_silence=true, is_spell=true, type="corruption/rot", name = "rot", description = "Become one with rot and decay." } | |
34 | +newTalentType{ allow_random=true, no_silence=true, is_spell=true, min_lev = 10, type="corruption/rot", name = "rot", description = "Become one with rot and decay." } | |
35 | 35 | |
36 | 36 | -- Generic requires for corruptions based on talent level |
37 | 37 | corrs_req1 = { | ... | ... |
-
Please register or login to post a comment