Commit 3fd032de84c2c75d0d0b4bb67620fe1d31625723
1 parent
9b6ed746
oups
git-svn-id: http://svn.net-core.org/repos/t-engine4@5833 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -418,6 +418,7 @@ setDefaultProjector(function(src, x, y, type, dam, tmp, no_martyr) |
418 | 418 | local l = game.zone:level_adjust_level(game.level, game.zone, "object") |
419 | 419 | local p = math.ceil(4 + l / 2) |
420 | 420 | target:setEffect(tid, 8, {str=p, con=p, dex=p, dam=5 + l / 2, src=src}) |
421 | + src.turn_procs.blighted_soil = true | |
421 | 422 | end |
422 | 423 | end |
423 | 424 | ... | ... |
-
Please register or login to post a comment