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
ad17001f
Commit
ad17001f
authored
9 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
double weapon for archery too
parent
86aaafa0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game/modules/tome/class/interface/Archery.lua
+1
-0
1 addition, 0 deletions
game/modules/tome/class/interface/Archery.lua
with
1 addition
and
0 deletions
game/modules/tome/class/interface/Archery.lua
+
1
−
0
View file @
ad17001f
...
...
@@ -684,6 +684,7 @@ end
function
_M
:
hasDualArcheryWeapon
(
type
)
local
w
,
a
,
o
=
self
:
hasArcheryWeapon
(
type
)
if
w
and
w
.
double_weapon
and
a
and
not
o
then
return
w
,
a
,
w
end
if
self
.
can_solo_dual_archery
and
w
and
not
o
then
w
,
o
=
w
,
w
end
if
self
.
can_solo_dual_archery
and
not
w
and
o
then
w
,
o
=
o
,
o
end
if
w
and
a
and
o
then
return
w
,
a
,
o
end
...
...
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