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
Otowa Kotori
Tales of MajEyal
Commits
d3f9dd22
Commit
d3f9dd22
authored
10 years ago
by
DarkGod
Browse files
Options
Downloads
Plain Diff
Merge branch 'more_fixes' into 'master'
More fixes contingney thingy
parents
334fa4a6
6debf0d1
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/chronomancy/chronomancy.lua
+3
-1
3 additions, 1 deletion
game/modules/tome/data/talents/chronomancy/chronomancy.lua
with
3 additions
and
1 deletion
game/modules/tome/data/talents/chronomancy/chronomancy.lua
+
3
−
1
View file @
d3f9dd22
...
...
@@ -91,7 +91,9 @@ newTalent{
no_npc_use
=
true
,
-- so rares don't learn useless talents
allow_temporal_clones
=
true
,
-- let clones copy it anyway so they can benefit from the effects
on_pre_use
=
function
(
self
,
t
,
silent
)
if
self
~=
game
.
player
and
not
self
:
isTalentActive
(
t
)
then
return
false
end
return
true
end
,
-- but don't let them cast it
callbackOnHit
=
function
(
self
,
t
,
cb
)
callbackOnHit
=
function
(
self
,
t
,
cb
,
src
)
if
src
==
self
then
return
cb
.
value
end
local
p
=
self
:
isTalentActive
(
t
.
id
)
local
life_after
=
self
.
life
-
cb
.
value
local
cont_trigger
=
self
.
max_life
*
t
.
getTrigger
(
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