diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-01-18 23:42:36 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-01-18 23:42:36 -0700 |
commit | d962dd16544e7b53ef6e8cf3b619811fd3b58e9a (patch) | |
tree | 9b862f459ecdeaa20773de21bd1a9d6ed7665108 /class_layout.lua | |
parent | 5a30fe40e30b20290ad349d5ec0a4eeb69569381 (diff) |
Add a bunch of achievements via optional dependency on the Awards mod
Diffstat (limited to 'class_layout.lua')
-rw-r--r-- | class_layout.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/class_layout.lua b/class_layout.lua index 135cfff..779568b 100644 --- a/class_layout.lua +++ b/class_layout.lua @@ -138,7 +138,9 @@ function DigtronLayout.create(pos, player) testpos, _ = to_test:pop() end - + + digtron.award_layout(self, player:get_player_name()) -- hook for achievements mod + return self end |