Implement Chargepads

Chargepad charges all electric armor parts and wielded item of player that stands on top of it
This commit is contained in:
2024-03-19 16:43:33 +01:00
parent 362b318cb2
commit d65705d457
2 changed files with 267 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ dofile(modpath.."/minerals.lua")
dofile(modpath.."/machines/common.lua")
dofile(modpath.."/machines/canning_machine.lua")
dofile(modpath.."/machines/chargepad.lua")
dofile(modpath.."/machines/compressor.lua")
dofile(modpath.."/machines/cable_former.lua")
dofile(modpath.."/machines/electric_furnace.lua")