From 2d38b12399a2d88f748ff6f203189d70742b4255 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 13 Aug 2024 14:02:17 -0700 Subject: Add patch fixing triffid queens digging into the center of the Earth. --- src-99_fix-default-mods.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src-99_fix-default-mods.patch (limited to 'src-99_fix-default-mods.patch') diff --git a/src-99_fix-default-mods.patch b/src-99_fix-default-mods.patch new file mode 100644 index 0000000..035e125 --- /dev/null +++ b/src-99_fix-default-mods.patch @@ -0,0 +1,26 @@ +--- a/data/mods/default.json ++++ b/data/mods/default.json +@@ -1,8 +1,18 @@ + [ +- "bn", +- "no_npc_food", +- "novitamins", ++ "bn", + "No_Rail_Stations", +- "no_reviving_zombies", +- "limit_fungal_growth" ++ "bn_restore_crows_turrets", ++ "martial_arts_update", ++ "bn_restore_removed_traits", ++ "bn_revert_handgun_damage_buff", ++ "armor_rebalance", ++ "recipe_fixes", ++ "faction_camp_recipe_expansion", ++ "packed_at4", ++ "caseless_crafting", ++ "grenade_crafting", ++ "survivorheadgear_crafting", ++ "hk_loadout", ++ "m26_mass", ++ "restore_reactor_core_expansion" + ] -- cgit v1.2.1