Skip to content
Snippets Groups Projects
Commit 5c16fad6 authored by dg's avatar dg
Browse files

Orc Corruptor in the antimagic test can not crit anymore with spells

git-svn-id: http://svn.net-core.org/repos/t-engine4@6368 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5a37f576
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,10 @@ add_foe = function(self, next_wave, first, foe_idx)
end
end
-- Tone down the corruptor
if foe_idx == 4 then m.inc_damage.all = -30 end
if foe_idx == 4 then
m.inc_damage.all = -30
m.combat_spellcrit = -1000
end
m:setTarget(game.player)
game.zone:addEntity(game.level, m, "actor", x, y)
if first then game.logSeen(m, "#VIOLET#A foe is summoned to the arena!")
......
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