Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tome
Tales of MajEyal
Commits
037ad5a9
Commit
037ad5a9
authored
10 years ago
by
Eric Wykoff
Browse files
Options
Downloads
Patches
Plain Diff
fix arrow echoes
parent
46e0ef77
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!197
More fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game/modules/tome/data/talents/chronomancy/bow-threading.lua
+2
-4
2 additions, 4 deletions
game/modules/tome/data/talents/chronomancy/bow-threading.lua
with
2 additions
and
4 deletions
game/modules/tome/data/talents/chronomancy/bow-threading.lua
+
2
−
4
View file @
037ad5a9
...
...
@@ -280,13 +280,11 @@ newTalent{
local
swap
=
doWardenWeaponSwap
(
self
,
t
,
"bow"
,
true
)
local
target
=
eff
.
target
local
targets
=
self
:
archeryAcquireTargets
({
type
=
"bolt"
},
{
one_shot
=
true
,
x
=
target
.
x
,
y
=
target
.
y
,
infinite
=
true
,
no_energy
=
true
})
if
not
targets
then
if
swap
==
true
then
doWardenWeaponSwap
(
self
,
t
,
"blade"
,
true
)
end
return
end
if
not
targets
then
if
swap
==
true
then
doWardenWeaponSwap
(
self
,
t
,
"blade"
,
true
)
end
return
end
self
:
archeryShoot
(
targets
,
t
,
{
type
=
"bolt"
,
start_x
=
eff
.
x
,
start_y
=
eff
.
y
},
{
mult
=
t
.
getDamage
(
self
,
t
)})
eff
.
shots
=
eff
.
shots
-
1
if
swap
==
true
then
doWardenWeaponSwap
(
self
,
t
,
"blade"
,
true
)
end
end
)
end
,
action
=
function
(
self
,
t
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment