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

Removed nightmare mode achievements (since nightmare mode is no more)

git-svn-id: http://svn.net-core.org/repos/t-engine4@3460 51575b47-30f0-44d4-a5cc-537603b46e54
parent eda5cfe9
No related branches found
No related tags found
No related merge requests found
......@@ -31,10 +31,10 @@ function _M:newAchievement(t)
WA.newAchievement(self, t)
if not t.no_difficulty_duplicate then
local t2 = table.clone(t)
t2.id = "NIGHTMARE_"..t2.id
t2.name = t2.name.." (Nightmare difficulty)"
WA.newAchievement(self, t2)
-- local t2 = table.clone(t)
-- t2.id = "NIGHTMARE_"..t2.id
-- t2.name = t2.name.." (Nightmare difficulty)"
-- WA.newAchievement(self, t2)
local t2 = table.clone(t)
t2.id = "INSANE_"..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