Commit 22a095ff5723ade80662ce1b76553073e95d1110

Authored by DarkGod
1 parent 24f07444

Revert "Ban fearscape on randbosses"

This reverts commit 3380a69e.
... ... @@ -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 true -- allow only on fixedbosses specifically granted the talent
  143 + return data.level < 20
144 144 end,
145 145 tactical = {
146 146 -- heals (negative attack) demons hurts others
... ...