From 6216cee5bdcb6ca800860a727820186c33fd33d1 Mon Sep 17 00:00:00 2001 From: Thomas Rudin Date: Mon, 28 May 2018 14:58:46 +0200 Subject: [PATCH] todo note --- init.lua | 1 + 1 file changed, 1 insertion(+) 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