summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <Wuzzy2@mail.ru>2018-05-23 02:48:23 +0200
committerWuzzy <Wuzzy2@mail.ru>2018-05-23 02:48:23 +0200
commitde7d24e83ba5ee1a8f00c32bc57921a077990f84 (patch)
treeea77c6ec301b8fb52f31e7abce6917fbc48a0cad
parent87d462ab9c761695b5cb5dd91db4163e999021e8 (diff)
Make permaflametext variable local
-rw-r--r--helptexts.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 8179a70..3041e10 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -14,7 +14,7 @@ end
local v6 = minetest.get_mapgen_setting("mg_name") == "v6"
-local basicflametext
+local basicflametext, permaflametext
if minetest.setting_getbool("enable_fire") == false then
basicflametext = S("The basic flame is a damaging but short-lived kind of block. This particular world is rather hostile to fire, so basic flames won't spread and destroy other blocks. They will quickly disappear. A basic flame is also destroyed by nearby water or punching. It hurts you when you stand directly inside a basic flame, but punching it is safe.")
permaflametext = S("The permanent flame is a damaging block. Other than the basic flame, the permanent flame will not go away by time alone. A permanent flame is extinguished by punching it, by nearby water or similar blocks, or by removing a coal block below it. Punching is is safe, but it hurts if you stand inside. As this world is hostile to fire, it won't spread.")