diff --git a/prototypes/creatures/mecha-zungror.lua b/prototypes/creatures/mecha-zungror.lua index 9fd35cf1..3a0ab0f0 100644 --- a/prototypes/creatures/mecha-zungror.lua +++ b/prototypes/creatures/mecha-zungror.lua @@ -62,6 +62,4 @@ zungror.burner = { } zungror.movement_energy_consumption = '8MW' zungror.equipment_grid = 'mount-grid-10x8' -zungror.healing_per_tick = 0.08 - -RECIPE('gastrocapacitor'):add_unlock('spidertron') \ No newline at end of file +zungror.healing_per_tick = 0.08 \ No newline at end of file diff --git a/prototypes/recipes/recipes.lua b/prototypes/recipes/recipes.lua index 0c67cb6f..e3a4761b 100644 --- a/prototypes/recipes/recipes.lua +++ b/prototypes/recipes/recipes.lua @@ -2847,7 +2847,7 @@ RECIPE { results = { {type = 'item', name = 'gastrocapacitor', amount = 1}, }, -}:add_unlock("domestication-mk03"):add_ingredient({type = 'item', name = 'nexelit-battery', amount = 1}) +}:add_unlock('domestication-mk03'):add_unlock('spidertron'):add_ingredient({type = 'item', name = 'nexelit-battery', amount = 1}) RECIPE { type = 'recipe',