From 687df311e9248a88880ca02c2ed03055da265a0d Mon Sep 17 00:00:00 2001 From: Zsolt Bartha Date: Tue, 13 May 2014 16:33:26 -0600 Subject: [PATCH] aesthetics... --- mods/moontest/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/moontest/init.lua b/mods/moontest/init.lua index cdb1b88c..8fa436a3 100644 --- a/mods/moontest/init.lua +++ b/mods/moontest/init.lua @@ -37,8 +37,8 @@ minetest.register_globalstep(function(dtime) end if math.random() < 0.1 then if player:get_inventory():contains_item("main", "moontest:spacesuit") - and player:get_breath() < 10 then - player:set_breath(10) + and player:get_breath() < 11 then + player:set_breath(11) end end if math.random() > 0.99 then @@ -216,4 +216,4 @@ minetest.register_abm({ action = function(pos, node, active_object_count, active_object_count_wider) moontest_appletree(pos) end, -}) \ No newline at end of file +})