diff options
author | rubenwardy <anjayward@gmail.com> | 2014-05-02 18:35:11 +0100 |
---|---|---|
committer | rubenwardy <anjayward@gmail.com> | 2014-05-02 18:35:11 +0100 |
commit | bff6c91fc2a050dd92d70bbe9d13e223c350ef3f (patch) | |
tree | df221e799ec40cca62b23460d3cd0125b83f81ed /init.lua | |
parent | 6e9be37ed7f881a24281a772ac4f55100bd0e29b (diff) |
Finish award formspec
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ awards.register_achievement("award_mine4",{ -- First Death awards.register_achievement("award_death1",{ title = "First Death", - description = "Oh well, it does not matter you have more lives than a cat", + description = "Oh well, it does not matter\nyou have more lives than a cat", trigger={ type="death", target=1, |