Skip to content

Commit

Permalink
Added nukes to nuclear carvan crafting recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Feb 16, 2024
1 parent 58fd65f commit a66786b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Date: ???
- Added a migration to clean any remaining bugged bioport graphics
- Buffed simik scale -> uranium ore atomizer recipe by 5X
- Fixed typos in arqad turd descriptions
- Added nukes to nuclear carvan crafting recipe
---------------------------------------------------------------------------------------------------
Version: 2.1.21
Date: 2024-2-2
Expand Down
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 = 'explosive-rocket', amount = 1},
{type = 'item', name = 'atomic-bomb', amount = 1},
},
result = 'nukavan'
}:add_unlock('domestication-mk04')
Expand Down

0 comments on commit a66786b

Please sign in to comment.