Commit 3dfab2eab594f76b0075c0355d25c1abd1424dff
1 parent
56b6f8af
hum
git-svn-id: http://svn.net-core.org/repos/t-engine4@3332 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
1 changed file
with
3 additions
and
0 deletions
... | ... | @@ -652,6 +652,9 @@ newTalent{ |
652 | 652 | game.logSeen(target, "%s resists the mental assault!", target.name:capitalize()) |
653 | 653 | return |
654 | 654 | end |
655 | + target:takeHit(1, self) | |
656 | + target:takeHit(1, self) | |
657 | + target:takeHit(1, self) | |
655 | 658 | target:setEffect(target.EFF_DOMINANT_WILL, 4 + self:getWil(10), {src=self}) |
656 | 659 | end) |
657 | 660 | return true | ... | ... |
-
Please register or login to post a comment