diff options
author | Wuzzy <almikes@aol.com> | 2016-12-13 22:56:24 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-13 22:56:24 +0100 |
commit | 7a0b1bc23ef6c4565b349e4991e54f630eae4895 (patch) | |
tree | 5d59fe75f745d825752fbff11ecdf0e406490831 /helptexts.lua | |
parent | 68cdea829ec34b3fc3cb23b94078720983b694a7 (diff) |
Fix Creative Mode text once again
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helptexts.lua b/helptexts.lua index 4ce084d..289dbda 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -539,13 +539,13 @@ if minetest.get_modpath("doc_basics") then data = { text = S([=[Enabling Creative Mode in Minetest Game applies the following changes: -• You keep the blocks you've placed +• You keep the things you've placed • Creative inventory is available to obtain most items easily • Hand breaks all default blocks • Greatly reduced hand digging time • Greatly increased hand damage • Increased pointing range of hand • Tools don't wear off -• You keep your items when you die, no bones are created]=]) +• When you die, you keep your items and no bones appear]=]) }}) end |