Commit daccc0785e00a794ae1c6bf7977b28cbccad324c

Authored by DarkGod
2 parents 3df15b9b 796d5b15

Merge branch 'master' of git.net-core.org:tome/t-engine4

... ... @@ -100,7 +100,7 @@ newTalent {
100 100 end
101 101 pen_off(self, t, target, x, y)
102 102 end,
103   - archery_target_parameters = {one_shot = true},
  103 + archery_target_parameters = {limit_shots = 1, multishots = 1}, -- {one_shot = true},
104 104 damage_multiplier = function(self, t)
105 105 return self:combatTalentWeaponDamage(t, 1.5, 1.9)
106 106 end,
... ... @@ -149,7 +149,7 @@ newTalent {
149 149 archery_onhit = function(self, t, target, x, y)
150 150 pen_off(self, t, target, x, y)
151 151 end,
152   - archery_target_parameters = {one_shot = true},
  152 + archery_target_parameters = {limit_shots = 1, multishots = 1}, --{one_shot = true},
153 153 speed = "archery",
154 154 action = function(self, t)
155 155 local tg = {type = "hit"}
... ...
... ... @@ -668,7 +668,7 @@ newTalent{
668 668 return true
669 669 end,
670 670 info = function(self, t)
671   - return ([[Open a hole in space, summoning an animated blade for 10 turns.]]):tformat()
  671 + return ([[Open a hole in space, summoning an animated blade for 15 turns.]]):tformat()
672 672 end,
673 673 }
674 674
... ...