Showing
10 changed files
with
0 additions
and
2 deletions
... | ... | @@ -68,7 +68,6 @@ function _M:loadAchievements() |
68 | 68 | end |
69 | 69 | end |
70 | 70 | |
71 | ---[[ | |
72 | 71 | function _M:achievementsDumpCSV() |
73 | 72 | local f = fs.open("/achvs.csv", "w") |
74 | 73 | f:write('"id","name","desc","earned","unearned"\n') |
... | ... | @@ -85,7 +84,6 @@ function _M:achievementsDumpCSV() |
85 | 84 | end |
86 | 85 | f:close() |
87 | 86 | end |
88 | -]] | |
89 | 87 | |
90 | 88 | function _M:getAchievementFromId(id) |
91 | 89 | return self.achiev_defs[id] | ... | ... |

37.4 KB

37.4 KB

37.6 KB

39.9 KB

38.5 KB

39.1 KB

40.3 KB
-
Please register or login to post a comment