Skip to content
Snippets Groups Projects
Commit e87cdbd5 authored by Sheila's avatar Sheila
Browse files

autoaccept now works with focus shadows

parent 3c2a0a57
No related branches found
No related tags found
1 merge request!5971.mi6.sc5
......@@ -612,7 +612,7 @@ newTalent{
range = 6,
requires_target = true,
tactical = { ATTACK = 2 },
target = function(self, t) return {type="hit", range=self:getTalentRange(t), nowarning=true} end,
target = function(self, t) return {type="hit", range=self:getTalentRange(t), nowarning=true, can_autoaccept=true } end,
on_pre_use = function(self, t, silent)
return self:isTalentActive(self.T_CALL_SHADOWS)
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