Skip to content
Snippets Groups Projects
Commit 194aca7b authored by DarkGod's avatar DarkGod
Browse files

Merge branch 'master' of git.net-core.org:tome/t-engine4

parents 345fb8ca 96581473
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ newTalent{
self:project(tg, self.x, self.y, function(tx, ty)
local act = game.level.map(tx, ty, engine.Map.ACTOR)
if act then
self:incPsi(-dam/mast)
self:incPsi(-mast)
self:breakStepUp()
end
DamageType:get(DamageType.FIRE).projector(self, tx, ty, DamageType.FIRE, dam)
......@@ -389,7 +389,7 @@ newTalent{
self:project(tg, self.x, self.y, function(tx, ty)
local act = game.level.map(tx, ty, engine.Map.ACTOR)
if act then
self:incPsi(-dam/mast)
self:incPsi(-mast)
self:breakStepUp()
end
DamageType:get(DamageType.LIGHTNING).projector(self, tx, ty, DamageType.LIGHTNING, dam)
......
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