From a66786be97e18ba8c5c048683c24b338dd169d26 Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Fri, 16 Feb 2024 15:07:52 -0600 Subject: [PATCH] Added nukes to nuclear carvan crafting recipe --- changelog.txt | 1 + prototypes/creatures/nuka-caravan.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index bacd4f6f..6b0339c9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/prototypes/creatures/nuka-caravan.lua b/prototypes/creatures/nuka-caravan.lua index a72151f5..9c7b458d 100644 --- a/prototypes/creatures/nuka-caravan.lua +++ b/prototypes/creatures/nuka-caravan.lua @@ -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')