Skip to content
Snippets Groups Projects
Commit adc69bcc authored by Chris Davidson's avatar Chris Davidson
Browse files

Remove pointless Pestilent Blight combat log entry

parent 8d43d3bd
No related branches found
No related tags found
No related merge requests found
......@@ -3810,7 +3810,6 @@ newDamageType{
useImplicitCrit(src, state)
local target = game.level.map(x, y, Map.ACTOR)
if target then
game:delayedLogDamage(src, target, 0, ("%s<%d%%%% blight chance>#LAST#"):format(DamageType:get(type).text_color or "#aaaaaa#", dam), false)
if rng.percent(dam) then
local check = src:combatSpellpower()
if not src:checkHit(check, target:combatSpellResist()) then return end
......
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