Skip to content
Snippets Groups Projects
Commit 51475a98 authored by DarkGod's avatar DarkGod
Browse files

toads

parent d5432bb8
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,10 @@ Autolevel:registerScheme{ name = "ghoul", levelup = function(self)
self:learnStats{ self.STAT_STR, self.STAT_CON }
end}
Autolevel:registerScheme{ name = "toad", levelup = function(self)
self:learnStats{ self.STAT_DEX, self.STAT_CON }
end}
Autolevel:registerScheme{ name = "zerker", levelup = function(self)
self:learnStats{ self.STAT_STR, self.STAT_STR, self.STAT_CON }
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