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

Shadows of low level doomed rares do less damage

parent 84c8d5ed
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -422,6 +422,11 @@ newTalent{
shadow:feed()
game.level.map:particleEmitter(x, y, 1, "teleport_in")
-- Reduce power of shadows for low level rares
if self.inc_damage and self.inc_damage.all and self.inc_damage.all < 0 then
shadow.inc_damage.all = (shadow.inc_damage.all or 0) + self.inc_damage.all
end
shadow.no_party_ai = true
shadow.unused_stats = 0
shadow.unused_talents = 0
......
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