Skip to content
Snippets Groups Projects
Commit 34b0f982 authored by dg's avatar dg
Browse files

insanem mode cannot cheese stats

git-svn-id: http://svn.net-core.org/repos/t-engine4@724 51575b47-30f0-44d4-a5cc-537603b46e54
parent 6b41ed65
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ end
function _M:incStat(v)
if v == 1 then
if self.actor.unused_stats == 0 then
if self.actor.unused_stats <= 0 then
self:simplePopup("Not enough stat points", "You have no stat points left!")
return
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