forked from Wuzzy/realtest_mt5
Rewrite first death award
This commit is contained in:
parent
47511fde81
commit
6064119aab
|
@ -179,7 +179,7 @@ awards.register_award("award_mine4",{
|
||||||
-- First Death
|
-- First Death
|
||||||
awards.register_award("award_death1",{
|
awards.register_award("award_death1",{
|
||||||
title = "First Death",
|
title = "First Death",
|
||||||
description = "Oh well, it does not matter, you have more lives than a cat",
|
description = "You get this when you die.\nDeath does not matter, you have more lives than a cat",
|
||||||
icon = "awards_death.png",
|
icon = "awards_death.png",
|
||||||
trigger={
|
trigger={
|
||||||
type="death",
|
type="death",
|
||||||
|
|
Loading…
Reference in New Issue