Refactor electric chainsaws

This commit is contained in:
2025-04-10 22:47:47 +02:00
parent dfdce73376
commit b108ce7c6a
7 changed files with 179 additions and 133 deletions

View File

@@ -69,6 +69,7 @@ dofile(modpath.."/tools/electric_item.lua")
dofile(modpath.."/tools/tool.lua")
dofile(modpath.."/tools/gear_tool.lua")
dofile(modpath.."/tools/electric_tool.lua")
dofile(modpath.."/tools/activated_electric_tool.lua")
dofile(modpath.."/tools/electric_gear_tool.lua")
dofile(modpath.."/tools/batpack.lua")
dofile(modpath.."/tools/electric_chainsaw.lua")