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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@3106 51575b47-30f0-44d4-a5cc-537603b46e54
parent 04266807
No related branches found
No related tags found
No related merge requests found
......@@ -307,6 +307,7 @@ newTalent{
no_energy = true,
cooldown = function(self, t) return 50 - self:getTalentLevel(t) * 3 end,
tactical = { ATTACK = 2 },
range = 4,
action = function(self, t)
local tg = {type="bolt", nowarning=true, range=self:getTalentRange(t), nolock=true, talent=t}
local tx, ty, target = self:getTarget(tg)
......
......@@ -51,7 +51,7 @@ newEntity{ base = "BASE_STORE", define_as = "ARCHER_WEAPON_STORE",
resolvers.store("ZIGUR_ARCHER_WEAPON", "zigur"),
}
newEntity{ base = "BASE_STORE", define_as = "KNIFE_WEAPON_STORE",
name="Millions Cuts",
name="A Million Cuts",
display='3', color=colors.UMBER,
resolvers.store("ZIGUR_KNIFE_WEAPON", "zigur"),
}
......
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