diff --git a/info.json b/info.json index 49dfd2f..52572a2 100644 --- a/info.json +++ b/info.json @@ -1,7 +1,7 @@ { "name" : "Rampant", - "factorio_version" : "0.13", - "version" : "0.13.2", + "factorio_version" : "0.14", + "version" : "0.14.2", "title" : "Rampant AI", "author" : "Veden", "homepage" : "https://forums.factorio.com/viewtopic.php?f=94&t=31445", diff --git a/libs/AIBuilding.lua b/libs/AIBuilding.lua index 720f6a8..72829a4 100644 --- a/libs/AIBuilding.lua +++ b/libs/AIBuilding.lua @@ -129,7 +129,7 @@ function aiBuilding.formSquads(regionMap, surface, natives, chunk, evolution_fac local squad = createSquad(squadPosition, surface, natives) - if (math.random() < 0.05) then + if (math.random() < 0.03) then squad.rabid = true end diff --git a/make.rkt b/make.rkt index 521498b..778b156 100644 --- a/make.rkt +++ b/make.rkt @@ -73,7 +73,7 @@ (copyDirectory "graphics" modFolder) (copyDirectory "prototypes" modFolder))) - (copyFiles modFolder) +; (copyFiles modFolder) ; (copyFiles zipModFolder) -; (makeZip) + (makeZip) )