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

Fixed Huge Appetite achievement

git-svn-id: http://svn.net-core.org/repos/t-engine4@3471 51575b47-30f0-44d4-a5cc-537603b46e54
parent 2ff6fb9d
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ newAchievement{
desc = [[Ate 20 bosses.]],
mode = "player",
can_gain = function(self, who)
if who.rank < 35 then return false end
if who.rank < 3.5 then return false end
self.nb = (self.nb or 0) + 1
if self.nb >= 20 then return true end
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