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

Nourishing Moss tactical infos fixed

parent d6e1d98c
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ function _M:listSavefiles(moddir_filter)
local def = self:loadSavefileDescription(dir)
if def then
if fs.exists(dir.."/cur.png") then
def.screenshot = core.display.loadImage(dir.."/cur.png")
def.screenshot_src = true
end
table.insert(lss, def)
......
......@@ -83,7 +83,7 @@ newTalent{
cooldown = 16,
equilibrium = 5,
no_energy = true,
tactical = { ATTACKAREA = {NATURE=1}, DISABLE = {pin = 1} },
tactical = { ATTACKAREA = {NATURE=1}, HEAL = 1 },
getDamage = function(self, t) return self:combatTalentMindDamage(t, 6, 40) end,
getDuration = function(self, t) return math.ceil(self:combatTalentScale(t,4,8)) end,
getHeal = function(self, t) return math.floor(self:combatTalentLimit(t, 200, 62, 110)) end, -- Limit < 200%
......
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