Skip to content
Snippets Groups Projects
Commit 56e81aab authored by dg's avatar dg
Browse files

fix astar on new levels

git-svn-id: http://svn.net-core.org/repos/t-engine4@5255 51575b47-30f0-44d4-a5cc-537603b46e54
parent 42f9d32a
No related branches found
No related tags found
No related merge requests found
......@@ -853,7 +853,7 @@ function _M:changeLevel(lev, zone, params)
-- Day/Night cycle
if self.level.data.day_night then self.state:dayNightCycle() end
if recreate_nothing then
if not recreate_nothing then
self.level.map:redisplay()
self.level.map:reopen()
if force_recreate then self.level.map:recreate() end
......
......@@ -56,7 +56,7 @@ newTalent{
end,
info = function(self, t)
return ([[Channel your mental power through your wielded mindstars, generating psionic blades sprouting from the mindstars.
Mindstar psiblades have their damage modifiers (how much damage they gain from stats) increased by %d%% and their armour penetration by %d%%.]]):
Mindstar psiblades have their damage modifiers (how much damage they gain from stats) increased to %d%% and their armour penetration by %d%%.]]):
format(100 * (1.3 + self:getTalentLevel(t) / 10), 100 * (1 + self:getTalentLevel(t) / 6.3))
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