diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2014-11-25 13:03:30 +0000 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2014-11-25 13:03:30 +0000 |
commit | 3ab99e353f4d30058801b077ac560f287c731309 (patch) | |
tree | fd4fb653e8a35d8be298097a08bb33bae376412d /sealife.lua | |
parent | f3572e569f61a3213e8ba26c5b4da16936794be7 (diff) |
bug fixes
Diffstat (limited to 'sealife.lua')
-rw-r--r-- | sealife.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sealife.lua b/sealife.lua index 7d31a38..2dafa25 100644 --- a/sealife.lua +++ b/sealife.lua @@ -129,7 +129,7 @@ minetest.register_abm({ action = function(pos, node) - sel = math.random(1,5) + local sel = math.random(1,5) if sel == 1 or minetest.get_node(pos).name == "ethereal:seaweed" then local height = 0 |