Skip to content

Commit

Permalink
Fix luatest
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Feb 16, 2024
1 parent a66786b commit 1c55822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototypes/creatures/nuka-caravan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RECIPE {
{type = 'item', name = 'moss-gen', amount = 15},
{type = 'item', name = 'earth-bear-sample', amount = 1},
{type = 'fluid', name = 'water-saline', amount = 100},
{type = 'item', name = 'atomic-bomb', amount = 1},
{type = 'item', name = mods.pyalternativeenergy and 'atomic-bomb' or 'explosive-rocket', amount = 1},
},
result = 'nukavan'
}:add_unlock('domestication-mk04')
Expand Down

0 comments on commit 1c55822

Please sign in to comment.