diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 5271ab5..3cfc601 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -707,7 +707,7 @@ if mods['space-age'] and settings.startup['PHI-SA'].value and settings.startup[' if v.category and v.category == 'quality' then v.effect.quality = v.effect.quality * settings.startup['PHI-SA-QUALITY'].value / 10 - elseif v.category and v.category == 'speed' then + elseif v.category and v.category == 'speed' and settings.startup['PHI-SA-QUALITY'].value ~= 10 then v.effect.quality = nil end end diff --git a/PHI-CL/locale/en/locale.cfg b/PHI-CL/locale/en/locale.cfg index 531d1b7..c24a70b 100644 --- a/PHI-CL/locale/en/locale.cfg +++ b/PHI-CL/locale/en/locale.cfg @@ -107,7 +107,7 @@ PHI-SA-ROCKET-CAPACITY=Rocket capacity PHI-GM=Game Mode -PHI-CT=Creative Tools +PHI-CT=Creative Tool PHI-CT-TILE=Map generation world tile PHI-CT-TILE-CHOICE=Map generation tile choice diff --git a/PHI-CL/locale/zh-CN/locale.cfg b/PHI-CL/locale/zh-CN/locale.cfg index 8d39c97..d165f39 100644 --- a/PHI-CL/locale/zh-CN/locale.cfg +++ b/PHI-CL/locale/zh-CN/locale.cfg @@ -69,7 +69,7 @@ PHI-SA-ROCKET-CAPACITY=火箭容量 PHI-GM=遊戲模式 -PHI-CT=創意測試工具 +PHI-CT=創意工具 PHI-CT-TILE=地圖生成世界地磚 PHI-CT-TILE-CHOICE=地圖生成世界地磚選擇 diff --git a/PHI-CL/locale/zh-TW/locale.cfg b/PHI-CL/locale/zh-TW/locale.cfg index 8d39c97..d165f39 100644 --- a/PHI-CL/locale/zh-TW/locale.cfg +++ b/PHI-CL/locale/zh-TW/locale.cfg @@ -69,7 +69,7 @@ PHI-SA-ROCKET-CAPACITY=火箭容量 PHI-GM=遊戲模式 -PHI-CT=創意測試工具 +PHI-CT=創意工具 PHI-CT-TILE=地圖生成世界地磚 PHI-CT-TILE-CHOICE=地圖生成世界地磚選擇