diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-13 14:02:17 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-13 14:02:17 -0700 |
commit | 2d38b12399a2d88f748ff6f203189d70742b4255 (patch) | |
tree | 2515c840f2002335cd39e0cb8faa3d95a85c7d3b /src-99_fix-default-mods.patch | |
parent | Add patch to fix monsters not travelling down ramps. (diff) | |
download | cataclysm-bn-2d38b12399a2d88f748ff6f203189d70742b4255.tar.xz |
Add patch fixing triffid queens digging into the center of the Earth.
Diffstat (limited to 'src-99_fix-default-mods.patch')
-rw-r--r-- | src-99_fix-default-mods.patch | 26 |
1 files changed, 26 insertions, 0 deletions
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" + ] |