Implement Nano Suit

Basically a rechargeable armor
This commit is contained in:
2024-03-14 15:58:01 +01:00
parent 8d93030db3
commit 1d56e59725
2 changed files with 165 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ dofile(modpath.."/tools/electric_hoe.lua")
dofile(modpath.."/tools/electric_saber.lua")
dofile(modpath.."/tools/jetpack.lua")
dofile(modpath.."/tools/mining_laser.lua")
dofile(modpath.."/tools/nano_suit.lua")
dofile(modpath.."/tools/solar_helmet.lua")
dofile(modpath.."/tools/static_boots.lua")
dofile(modpath.."/tools/treetap.lua")