Implement scanners and add way to use them in Miner

This commit is contained in:
2025-05-08 22:25:32 +02:00
parent ea422c5999
commit 50565ca604
3 changed files with 190 additions and 3 deletions

View File

@@ -86,6 +86,7 @@ dofile(modpath.."/tools/jetpack.lua")
dofile(modpath.."/tools/mining_laser.lua")
dofile(modpath.."/tools/nano_suit.lua")
dofile(modpath.."/tools/power_storage.lua")
dofile(modpath.."/tools/scanner.lua")
dofile(modpath.."/tools/solar_helmet.lua")
dofile(modpath.."/tools/static_boots.lua")
dofile(modpath.."/tools/treetap.lua")