diff --git a/README.md b/README.md index b6e56bc..2714505 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Rampant Tactics -Factorio Mod - Improves the enemies tactics by using potential fields/pheromones allowing probing of defenses, retreats, reinforcements, counterattacking, breaching, raids, rallying death cry, and player hunting. Uses nonhoming blockable biter projectiles. Adds new Enemies (disabled by default). Difficulty setting in mod options menu. +Factorio Mod - Improves the enemies tactics by using potential fields (pheromones) allowing probing of defenses, retreats, reinforcements, counterattacking, breaching, raids, rallying death cry, and player hunting. Uses blockable biter projectiles. Adds new Enemies which can be disabled in mod settings. Difficulty setting in mod options menu. # Site diff --git a/changelog.txt b/changelog.txt index 6b056ef..338042e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +--------------------------------------------------------------------------------------------------- +Version: 3.0.1 + Bugfixes: + - Removed console print statement when recycling bases + --------------------------------------------------------------------------------------------------- Version: 3.0.0 Notes: diff --git a/info.json b/info.json index e142a4f..24de1a4 100644 --- a/info.json +++ b/info.json @@ -1,7 +1,7 @@ { "name" : "Rampant", "factorio_version" : "1.1", - "version" : "3.0.0", + "version" : "3.0.1", "title" : "Rampant", "author" : "Veden", "homepage" : "https://forums.factorio.com/viewtopic.php?f=94&t=31445", diff --git a/libs/BaseUtils.lua b/libs/BaseUtils.lua index 0f77b4c..7600149 100644 --- a/libs/BaseUtils.lua +++ b/libs/BaseUtils.lua @@ -270,7 +270,6 @@ function baseUtils.recycleBases(universe) universe.recycleBaseIterator = next(bases, id) local map = base.map if (base.chunkCount == 0) or not map.surface.valid then - print("removing", id) bases[id] = nil if map.surface.valid then map.universe.bases[id] = nil