No air restrictions due to time constraints

This commit is contained in:
Blockhead 2022-11-22 07:58:39 +11:00
parent 5a435aafee
commit 691683d943

View File

@ -28,7 +28,7 @@ minetest.register_on_joinplayer(function(player)
player:set_properties({
zoom_fov = 15,
breath_max = 60000, -- 10 minutes of air outside the base
--breath_max = 60000, -- --- unlimited --10 minutes of air outside the base
})
end)