Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -140,7 +140,7 @@ newTalent{ |
140 | 140 | no_sustain_autoreset = true, |
141 | 141 | random_boss_rarity = 5, |
142 | 142 | rnd_boss_restrict = function(self, t, data) |
143 | - return data.level < 20 | |
143 | + return true -- allow only on fixedbosses specifically granted the talent | |
144 | 144 | end, |
145 | 145 | tactical = { |
146 | 146 | -- heals (negative attack) demons hurts others | ... | ... |
-
Please register or login to post a comment