@@ -31,6 +31,10 @@ local function registerElectricSaber(config)
|
||||
local definition={
|
||||
description=config.displayName,
|
||||
inventory_image="industrialtest_"..config.name..".png",
|
||||
after_use=function()
|
||||
-- Hack to make sure that saber won't be destroyed when has 0 EU
|
||||
return nil
|
||||
end,
|
||||
_industrialtest_powerStorage=true,
|
||||
_industrialtest_powerCapacity=10000,
|
||||
_industrialtest_powerFlow=industrialtest.api.lvPowerFlow,
|
||||
@@ -62,10 +66,6 @@ local function registerElectricSaber(config)
|
||||
max_drop_level=config.maxDropLevel,
|
||||
damage_groups={fleshy=config.inactiveDamage}
|
||||
}
|
||||
definition.after_use=function()
|
||||
-- Hack to make sure that saber won't be destroyed when has 0 EU in MCL
|
||||
return nil
|
||||
end
|
||||
definition._mcl_toollike_wield=true
|
||||
definition._mcl_diggroups={
|
||||
swordy={
|
||||
|
||||
Reference in New Issue
Block a user