From 82753933b0194cb7b3d6f809bb710b6f7485def6 Mon Sep 17 00:00:00 2001 From: Aaron Veden Date: Sun, 30 Apr 2017 20:30:53 -0700 Subject: [PATCH] see readme --- README.md | 3 +++ info.json | 2 +- locale/en/locale.cfg | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78e3d4b..00f52a0 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ Configure Options not in game menu: # Version History +0.15.4 - +- Fixed: Changed setting name from "make buildings safe from biters" to "Enable building safety." This is to clarify what the setting does. + 0.15.3 - - Improvement: Added configuration for safe buildings. This will be improved after a bug fix in factorio diff --git a/info.json b/info.json index 6a8f40e..6439e80 100644 --- a/info.json +++ b/info.json @@ -1,7 +1,7 @@ { "name" : "Rampant", "factorio_version" : "0.15", - "version" : "0.15.3", + "version" : "0.15.4", "title" : "Rampant AI", "author" : "Veden", "homepage" : "https://forums.factorio.com/viewtopic.php?f=94&t=31445", diff --git a/locale/en/locale.cfg b/locale/en/locale.cfg index c8909bf..3a0908b 100644 --- a/locale/en/locale.cfg +++ b/locale/en/locale.cfg @@ -28,7 +28,7 @@ rampant-attackWaveGenerationUsePlayerProximity=Use Player Proximity as attack tr rampant-attackWaveGenerationThresholdMax=Starting chunk attack threshold rampant-attackWaveGenerationThresholdMin=Ending chunk attack threshold rampant-attackWaveMaxSize=Max biter group size that can be directly formed -rampant-safeBuildings=Make buildings safe from biters +rampant-safeBuildings=Enable building safety. rampant-safeBuildings-curvedRail=Make curved rails safe from biters rampant-safeBuildings-straightRail=Make straight rails safe from biters rampant-safeBuildings-bigElectricPole=Make big electric poles safe from biters