From abb009b4fd1b9294a34c4e5098395684d6b73b13 Mon Sep 17 00:00:00 2001 From: I-am-Erk <45136638+I-am-Erk@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:41:28 -0800 Subject: [PATCH] Obsolete rural biome mod (#70609) * Npc retreat2 (#29) * Expose NPC AI consts to options I will probably need a little help with this * Restore 'regroup on player' Now it won't kick in if the NPC is already close to you * Remove unnecessary messages * Npc retreat2 (#30) * Expose NPC AI consts to options I will probably need a little help with this * Restore 'regroup on player' Now it won't kick in if the NPC is already close to you * Remove unnecessary messages * Update data/core/game_balance.json * Update modinfo.json * Update modinfo.json * delete dirty commits from my master I hate the web interface --- data/mods/rural_biome/modinfo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/mods/rural_biome/modinfo.json b/data/mods/rural_biome/modinfo.json index 1bc20b125cd06..ef06bc82a4e40 100644 --- a/data/mods/rural_biome/modinfo.json +++ b/data/mods/rural_biome/modinfo.json @@ -8,6 +8,7 @@ "category": "content", "dependencies": [ "dda" ], "version": "0.1", - "obsolete": false + "obsolete": true, + "//": "should not be deleted until actual biomes exist in the game" } ]