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

Fixed Call of the Mausoleum duration in the tooltip

parent 473f8819
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,7 @@ newTalent{
Ghouls, ghasts and ghoulkings last for %d turns.
#GREY##{italic}#Ghoul minions come in larger numbers than skeleton minions but are generally more frail and disposable.#{normal}#
]]):tformat(t:_getEvery(self), math.max(1, self.level + t:_getLevel(self)), t:_getNb(self), self:getTalentRadius(self, t), t:_getTurns(self))
]]):tformat(t:_getEvery(self), math.max(1, self.level + t:_getLevel(self)), t:_getNb(self), t:_getTurns(self))
end,
}
......
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