Implement Solar Helmet

It can charge equipped electric tools from environment light.
This commit is contained in:
2024-01-16 18:38:24 +01:00
parent b4e6b826ef
commit eed94c4853
3 changed files with 118 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ dofile(modpath.."/tools/electric_drill.lua")
dofile(modpath.."/tools/electric_hoe.lua")
dofile(modpath.."/tools/electric_saber.lua")
dofile(modpath.."/tools/jetpack.lua")
dofile(modpath.."/tools/solar_helmet.lua")
dofile(modpath.."/tools/static_boots.lua")
dofile(modpath.."/tools/treetap.lua")
dofile(modpath.."/tools/wrench.lua")