diff --git a/PHI-CL/changelog.txt b/PHI-CL/changelog.txt index 992dfc0..dce5f36 100644 --- a/PHI-CL/changelog.txt +++ b/PHI-CL/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 3.0.129 +Date: 2025-10-19 + + Changes: + - [GM] Added some code for the spaceship game mode. + --------------------------------------------------------------------------------------------------- Version: 3.0.128 Date: 2025-10-12 diff --git a/PHI-CL/info.json b/PHI-CL/info.json index 2d070ad..3f6b233 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -1,8 +1,8 @@ { "name": "PHI-CL", - "version": "3.0.128", + "version": "3.0.129", "factorio_version": "2.0", - "date": "2025-10-12", + "date": "2025-10-19", "title": "Phidias Collection", "author": "PHIDIAS0303", "contributers": "", diff --git a/PHI-CL/locale/en/locale.cfg b/PHI-CL/locale/en/locale.cfg index 43a9cf3..83328a4 100644 --- a/PHI-CL/locale/en/locale.cfg +++ b/PHI-CL/locale/en/locale.cfg @@ -115,6 +115,7 @@ PHI-CT-TILE-CHOICE=Map generation tile choice [string-mod-setting] PHI-GM-SAP=[color=54,228,255]SAP[/color] Space Age Plus +PHI-GM-SS=[color=54,228,255]VP[/color] Space Ship PHI-GM-VP=[color=54,228,255]VP[/color] Vanilla Plus PHI-CT-TILE-CHOICE-landfill=[tile=landfill] Landfill PHI-CT-TILE-CHOICE-stone-path=[tile=stone-path] Stone Path diff --git a/PHI-CL/settings.lua b/PHI-CL/settings.lua index 2eb24a4..3a00919 100644 --- a/PHI-CL/settings.lua +++ b/PHI-CL/settings.lua @@ -191,7 +191,7 @@ data:extend({ setting_type = 'startup', allow_blank = true, default_value = '', - allowed_values = {'', 'SAP', 'VP'}, + allowed_values = {'', 'SAP', 'SS', 'VP'}, localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-GM'}, {'phi-cl.enable', {'mod-setting-name.PHI-GM'}}}, order = 'D00' }, {