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
0c992275
Commit
0c992275
authored
8 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
New hook "Actor:startTalentCooldown"
Disabled portal greater vault as it keeps on bugging weirdly
parent
fcd03964
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
game/modules/tome/class/Actor.lua
+6
-1
6 additions, 1 deletion
game/modules/tome/class/Actor.lua
game/modules/tome/data/maps/vaults/portal-vault.lua
+0
-0
0 additions, 0 deletions
game/modules/tome/data/maps/vaults/portal-vault.lua
with
6 additions
and
1 deletion
game/modules/tome/class/Actor.lua
+
6
−
1
View file @
0c992275
...
...
@@ -5876,7 +5876,12 @@ function _M:startTalentCooldown(t, v)
self
.
talents_cd
[
t
.
id
]
=
math.max
(
v
,
self
.
talents_cd
[
t
.
id
]
or
0
)
else
if
not
t
.
cooldown
then
return
end
self
.
talents_cd
[
t
.
id
]
=
self
:
getTalentCooldown
(
t
)
local
cd
=
self
:
getTalentCooldown
(
t
)
local
hd
=
{
"Actor:startTalentCooldown"
,
t
=
t
,
cd
=
cd
}
if
self
:
triggerHook
(
hd
)
then
cd
=
hd
.
cd
end
self
.
talents_cd
[
t
.
id
]
=
cd
if
t
.
id
~=
self
.
T_REDUX
and
self
:
hasEffect
(
self
.
EFF_REDUX
)
then
local
eff
=
self
:
hasEffect
(
self
.
EFF_REDUX
)
...
...
This diff is collapsed.
Click to expand it.
game/modules/tome/data/maps/vaults/
auto/greater/
portal-vault.lua
→
game/modules/tome/data/maps/vaults/portal-vault.lua
+
0
−
0
View file @
0c992275
File moved
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