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

allow player to have tactical weigths

git-svn-id: http://svn.net-core.org/repos/t-engine4@2813 51575b47-30f0-44d4-a5cc-537603b46e54
parent 09a4e65e
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ function _M:newGame()
type="player",
title="Main character",
main=true,
orders = {follow=true, behavior=true, leash=true},
orders = {follow=true, behavior=true, leash=true, talents=true},
})
self.party:setPlayer(player)
-- self:setupDisplayMode()
......
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