Skip to content
Snippets Groups Projects
Commit 897f1aab authored by dg's avatar dg
Browse files

The game should slow down a bit less while saving

git-svn-id: http://svn.net-core.org/repos/t-engine4@1694 51575b47-30f0-44d4-a5cc-537603b46e54
parent 0a010a4e
No related branches found
No related tags found
No related merge requests found
......@@ -73,8 +73,7 @@ newTalent{
Casting the eye does not take a turn.
Only one arcane eye can exist at any given time.
At level 5 its vision can see through invisibility, stealth and all other sight affecting effects.
]]):
format(math.floor(10 + self:getTalentLevel(t) * 3), math.floor(4 + self:getTalentLevel(t) * 3))
]]):format(math.floor(10 + self:getTalentLevel(t) * 3), math.floor(4 + self:getTalentLevel(t) * 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