# Illuna: on every note

master
tchncs 2016-01-15 22:54:55 +01:00
parent 705d355884
commit e725223062
1 changed files with 27 additions and 27 deletions

View File

@ -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)