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

Merge branch 'MindslayerCorrections' into 'master'

Mindslayer corrections

Oops!
parents ce401e44 716d0f0b
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