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

remove tests

git-svn-id: http://svn.net-core.org/repos/t-engine4@92 51575b47-30f0-44d4-a5cc-537603b46e54
parent 66054a04
No related branches found
No related tags found
No related merge requests found
......@@ -266,18 +266,6 @@ function _M:setupCommands()
self.key:addCommands
{
-- talent test
_f = function()
self.player:useTalent(ActorTalents.T_MANATHRUST)
end,
_a = function()
self.player:useTalent(ActorTalents.T_FIREFLASH)
end,
_e = function()
self.player:useTalent(ActorTalents.T_NOXIOUS_CLOUD)
end,
_z = function()
self.player:useTalent(ActorTalents.T_BLINK)
end,
_m = function()
self.player:useTalents()
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