todo note

This commit is contained in:
Thomas Rudin
2018-05-28 14:58:46 +02:00
parent 0e3eb4a241
commit 6216cee5bd
+1
View File
@@ -83,6 +83,7 @@ minetest.register_globalstep(function(dtime)
if has_helmet and has_chestplate and has_pants and has_boots then if has_helmet and has_chestplate and has_pants and has_boots then
player:set_breath(10) player:set_breath(10)
-- TODO: wear
end end
end end
timer = 0 timer = 0