diff --git a/init.lua b/init.lua index 6c34633..d9eac30 100644 --- a/init.lua +++ b/init.lua @@ -83,6 +83,7 @@ minetest.register_globalstep(function(dtime) if has_helmet and has_chestplate and has_pants and has_boots then player:set_breath(10) + -- TODO: wear end end timer = 0