Skip to content
Snippets Groups Projects
Commit 7e7dada6 authored by DarkGod's avatar DarkGod
Browse files

Fixed "all achieved" dialog

parent 84907dfd
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,9 @@ function _M:newAchievement(t)
WA.newAchievement(self, t)
if not t.no_difficulty_duplicate then
t.difficulty = DIFFICULTY_NORMAL
t.permadeath = PERMADEATH_MANY
-- Normal
local t2 = table.clone(t)
t2.id = "NORMAL_ROGUELIKE_"..t2.id
......
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