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

autoaccept now works with blast

parent 5494fb04
No related branches found
No related tags found
1 merge request!5971.mi6.sc5
......@@ -254,7 +254,7 @@ newTalent{
return 2
end,
target = function(self, t)
return {type="ball", nolock=true, pass_terrain=false, friendly_fire=false, nowarning=true, range=self:getTalentRange(t), radius=self:getTalentRadius(t), talent=t}
return {type="ball", can_autoaccept=true, nolock=true, pass_terrain=false, friendly_fire=false, nowarning=true, range=self:getTalentRange(t), radius=self:getTalentRadius(t), talent=t}
end,
getDazeDuration = function(self, t)
return 3
......
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