Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
death_messages
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
Service Desk
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
Illuna-Minetest
death_messages
Commits
e7252230
Commit
e7252230
authored
9 years ago
by
Milan
Browse files
Options
Downloads
Patches
Plain Diff
# Illuna: on every note
parent
705d3558
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
init.lua
+27
-27
27 additions, 27 deletions
init.lua
with
27 additions
and
27 deletions
init.lua
+
27
−
27
View file @
e7252230
...
...
@@ -4,49 +4,49 @@ local messages = {}
-- Lava death messages
messages
.
lava
=
{
'%s thought lava was cool.'
,
'%s melted into a ball of fire.'
,
'%s couldn\'
t
resist
that
warm
glow
of
lava
.
',
'
%
s
dug
straight
down
.
',
'
%
s
didn
\
't know lava was hot.'
'
# Illuna:
%s thought lava was cool.'
,
'
# Illuna:
%s melted into a ball of fire.'
,
'
# Illuna:
%s couldn\'
t
resist
that
warm
glow
of
lava
.
',
'
#
Illuna
:
%
s
dug
straight
down
.
',
'
#
Illuna
:
%
s
didn
\
't know lava was hot.'
}
-- Drowning death messages
messages
.
water
=
{
'%s ran out of air.'
,
'%s failed at swimming lessons.'
,
'%s tried to impersonate an anchor.'
,
'%s forgot he wasn\'
t
a
fish
.
',
'
%
s
blew
one
too
many
bubbles
.
'
'
# Illuna:
%s ran out of air.'
,
'
# Illuna:
%s failed at swimming lessons.'
,
'
# Illuna:
%s tried to impersonate an anchor.'
,
'
# Illuna:
%s forgot he wasn\'
t
a
fish
.
',
'
#
Illuna
:
%
s
blew
one
too
many
bubbles
.
'
}
-- Burning death messages
messages.fire = {
'
%
s
burned
to
a
crisp
.
',
'
%
s
got
a
little
too
warm
.
',
'
%
s
got
too
close
to
the
camp
fire
.
',
'
%
s
just
got
roasted
,
hotdog
style
.
',
'
%
s
was
set
aflame
.
More
light
that
way
.
'
'
#
Illuna
:
%
s
burned
to
a
crisp
.
',
'
#
Illuna
:
%
s
got
a
little
too
warm
.
',
'
#
Illuna
:
%
s
got
too
close
to
the
camp
fire
.
',
'
#
Illuna
:
%
s
just
got
roasted
,
hotdog
style
.
',
'
#
Illuna
:
%
s
was
set
aflame
.
More
light
that
way
.
'
}
-- Other death messages
messages.other = {
'
%
s
did
something
fatal
.
',
'
%
s
died
.
',
'
%
s
gave
up
on
life
.
',
'
%
s
is
somewhat
dead
now
.
',
'
%
s
is
very
dead
now
.
',
'
Oh
snap
!
%
s
died
too
young
.
:
-
(
',
'
Oh
no
,
%
s
has
gone
from
us
.
:
-
(
'
'
#
Illuna
:
%
s
did
something
fatal
.
',
'
#
Illuna
:
%
s
died
.
',
'
#
Illuna
:
%
s
gave
up
on
life
.
',
'
#
Illuna
:
%
s
is
somewhat
dead
now
.
',
'
#
Illuna
:
%
s
is
very
dead
now
.
',
'
#
Illuna
:
Oh
snap
!
%
s
died
too
young
.
:
-
(
',
'
#
Illuna
:
Oh
no
,
%
s
has
gone
from
us
.
:
-
(
'
}
-- Respawn messages
messages.respawn = {
'
%
s
comes
back
alive
.
How
is
that
possible
?
',
'
%
s
comes
back
alive
...
maybe
as
a
zombie
?
Other
players
should
be
careful
now
.
',
'
Like
a
Phoenix
%
s
rises
from
the
ashes
!
',
'
My
goodness
,
%
s
is
back
!
',
'
%
s
died
of
something
fatal
'
'
#
Illuna
:
%
s
comes
back
alive
.
How
is
that
possible
?
',
'
#
Illuna
:
%
s
comes
back
alive
...
maybe
as
a
zombie
?
Other
players
should
be
careful
now
.
',
'
#
Illuna
:
Like
a
Phoenix
%
s
rises
from
the
ashes
!
',
'
#
Illuna
:
My
goodness
,
%
s
is
back
!
',
'
#
Illuna
:
%
s
died
of
something
fatal
'
}
core.register_on_dieplayer(function(player)
...
...
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