Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
t-engine4
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor 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
Hachem_Muche
t-engine4
Commits
d09d9482
Commit
d09d9482
authored
11 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
Body of Fire projectiles do not hurt the caster
parent
66a52dc6
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/fire-alchemy.lua
+1
-1
1 addition, 1 deletion
game/modules/tome/data/talents/spells/fire-alchemy.lua
with
1 addition
and
1 deletion
game/modules/tome/data/talents/spells/fire-alchemy.lua
+
1
−
1
View file @
d09d9482
...
...
@@ -188,7 +188,7 @@ newTalent{
end
end
-- Randomly take targets
local
tg
=
{
type
=
"bolt"
,
range
=
self
:
getTalentRange
(
t
),
talent
=
t
,
display
=
{
particle
=
"bolt_fire"
},
friendlyblock
=
false
}
local
tg
=
{
type
=
"bolt"
,
range
=
self
:
getTalentRange
(
t
),
talent
=
t
,
display
=
{
particle
=
"bolt_fire"
},
friendlyblock
=
false
,
friendlyfire
=
false
}
for
i
=
1
,
math.floor
(
self
:
getTalentLevel
(
t
))
do
if
#
tgts
<=
0
then
break
end
local
a
,
id
=
rng
.
table
(
tgts
)
...
...
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