Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
K'van
Tales of MajEyal
Commits
c0842927
Commit
c0842927
authored
13 years ago
by
dg
Browse files
Options
Downloads
Patches
Plain Diff
bleh
git-svn-id:
http://svn.net-core.org/repos/t-engine4@4346
51575b47-30f0-44d4-a5cc-537603b46e54
parent
d2b2da3e
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/data/talents/spells/staff-combat.lua
+1
-1
1 addition, 1 deletion
game/modules/tome/data/talents/spells/staff-combat.lua
with
1 addition
and
1 deletion
game/modules/tome/data/talents/spells/staff-combat.lua
+
1
−
1
View file @
c0842927
...
...
@@ -44,7 +44,7 @@ newTalent{
local
dist
=
core
.
fov
.
distance
(
typ
.
source_actor
.
x
,
typ
.
source_actor
.
y
,
lx
,
ly
)
if
math.floor
(
dist
-
typ
.
range
+
0
.
5
)
>
0
then
block_from_range
=
true
end
end
if
a
then
return
block_from_range
or
self
:
reactionToward
(
a
)
<
0
,
hit
,
hit_radius
if
a
then
return
block_from_range
or
(
self
and
self
:
reactionToward
(
a
)
<
0
)
,
hit
,
hit_radius
else
return
block
,
hit
,
hit_radius
end
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