Commit 3380a69e2eacd536c011938766ad2e3051e08a4a

Authored by Lisa Greene
1 parent 61ee4d12

Ban fearscape on randbosses

... ... @@ -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
... ...