Skip to content

Commit

Permalink
attempt to fix luatest
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 16, 2024
1 parent b826648 commit 0d2068c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions prototypes/creatures/mecha-zungror.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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')
zungror.healing_per_tick = 0.08
2 changes: 1 addition & 1 deletion prototypes/recipes/recipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0d2068c

Please sign in to comment.