Skip to content
Snippets Groups Projects
Commit 9985bf77 authored by dg's avatar dg
Browse files

rename

git-svn-id: http://svn.net-core.org/repos/t-engine4@2814 51575b47-30f0-44d4-a5cc-537603b46e54
parent 0eb8a58d
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ local orders = {
leash = {1, function(actor) return ("Set maximum wander distance [current: %d]"):format(actor.ai_state.tactic_leash) end},
behavior = {2, function(actor) return ("Set behavior [current: %s]"):format(actor.ai_tactic.type or "default") end},
follow = {3, function(actor) return ("Follow party leader [current: %s]"):format(actor.ai_state.tactic_follow_leader and "yes" or "no") end},
talents = {4, function(actor) return ("Set talent weights") end},
talents = {4, function(actor) return ("Define tactical talents usage") end},
}
function _M:init(actor, def)
......
......@@ -30,7 +30,7 @@ module(..., package.seeall, class.inherit(Dialog))
function _M:init(actor, def)
self.actor = actor
self.def = def
Dialog.init(self, "Set talent weights:", math.max(800, game.w * 0.8), math.max(600, game.h * 0.8))
Dialog.init(self, "Define tactical talents usage", math.max(800, game.w * 0.8), math.max(600, game.h * 0.8))
self.c_tut = Textzone.new{width=math.floor(self.iw / 2 - 10), height=1, auto_height=true, no_color_bleed=true, text=([[
%s is listening attentively, and wants to know what talents to use.
......
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