Skip to content
Snippets Groups Projects
Commit 716d0f0b authored by HousePet's avatar HousePet
Browse files

Fixes costs on Thermal and Charged Aura.

parent a94b596c
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