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
c6aaad3e
There was a problem fetching the pipeline summary.
Commit
c6aaad3e
authored
4 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
Corpse Explosion only works on Ghouls
parent
56b0a347
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
game/modules/tome/data/talents/uber/mag.lua
+1
-0
1 addition, 0 deletions
game/modules/tome/data/talents/uber/mag.lua
game/modules/tome/data/timed_effects/magical.lua
+1
-0
1 addition, 0 deletions
game/modules/tome/data/timed_effects/magical.lua
with
2 additions
and
0 deletions
game/modules/tome/data/talents/uber/mag.lua
+
1
−
0
View file @
c6aaad3e
...
...
@@ -350,6 +350,7 @@ uberTalent{
return
not
self
:
attr
(
"true_undead"
)
and
nb
>
0
end
},
special2
=
{
desc
=
_t
"Have completed the ritual"
,
fct
=
function
(
self
)
if
config
.
settings
.
cheat
then
return
true
end
if
self
.
lichform_quest_checker
then
return
true
end
if
not
game
.
state
.
birth
.
supports_lich_transform
then
return
true
else
return
self
:
isQuestStatus
(
game
.
state
.
birth
.
supports_lich_transform
,
engine
.
Quest
.
DONE
)
end
end
},
...
...
This diff is collapsed.
Click to expand it.
game/modules/tome/data/timed_effects/magical.lua
+
1
−
0
View file @
c6aaad3e
...
...
@@ -4860,6 +4860,7 @@ newEffect{
eff
.
turn_list
=
{}
end
,
registerHit
=
function
(
self
,
eff
,
minion
)
if
not
minion
.
ghoul_minion
then
return
end
eff
.
turn_list
[
#
eff
.
turn_list
+
1
]
=
minion
end
,
activate
=
function
(
self
,
eff
)
...
...
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