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
Martin Bienvenu
Tales of MajEyal
Commits
645e7ad0
Commit
645e7ad0
authored
4 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
Lichform does not wait your next death in the Arena, as ressurection is forbidden there
parent
4ca5cc0c
No related branches found
Branches containing commit
Tags
tome-1.7.0-beta3
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/uber/mag.lua
+10
-1
10 additions, 1 deletion
game/modules/tome/data/talents/uber/mag.lua
with
10 additions
and
1 deletion
game/modules/tome/data/talents/uber/mag.lua
+
10
−
1
View file @
645e7ad0
...
...
@@ -431,7 +431,16 @@ uberTalent{
on_learn
=
function
(
self
,
t
)
self
:
attr
(
"greater_undead"
,
1
)
-- Set that here so that the player cant become an Exarch while waiting for their death to become a Lich
self
:
learnTalent
(
self
.
T_NEVERENDING_UNLIFE
,
true
,
1
)
game
.
bignews
:
say
(
120
,
"#DARK_ORCHID#You are on your way to Lichdom. #{bold}#Your next death will finish the ritual.#{normal}#"
)
-- Wait for death
if
not
self
.
no_resurrect
then
game
.
bignews
:
say
(
120
,
"#DARK_ORCHID#You are on your way to Lichdom. #{bold}#Your next death will finish the ritual.#{normal}#"
)
-- We cant wait for death! do it now!
else
local
dialog
=
require
(
"mod.dialogs.DeathDialog"
).
new
(
self
)
t
:
_becomeLich
(
self
)
game
.
level
.
map
:
particleEmitter
(
self
.
x
,
self
.
y
,
1
,
"demon_teleport"
)
end
end
,
on_unlearn
=
function
(
self
,
t
)
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