Commit d518431648e38579f61c172d813b6b98d9cff4ab
1 parent
d5b7436f
fix
git-svn-id: http://svn.net-core.org/repos/t-engine4@3351 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
1 changed file
with
0 additions
and
1 deletions
... | ... | @@ -1870,7 +1870,6 @@ function _M:preUseTalent(ab, silent, fake) |
1870 | 1870 | return false |
1871 | 1871 | end |
1872 | 1872 | else |
1873 | - if ab.mana then print("============ CHECKE MANA", ab.mana, self:getMana(), ab.mana * (100 + 2 * self:combatFatigue()) / 100) end | |
1874 | 1873 | if ab.mana and self:getMana() < ab.mana * (100 + 2 * self:combatFatigue()) / 100 then |
1875 | 1874 | if not silent then game.logPlayer(self, "You do not have enough mana to cast %s.", ab.name) end |
1876 | 1875 | return false | ... | ... |
-
Please register or login to post a comment