Page 1 of 1

[kovarex][for 0.17][0.16.27] "usage_priority = "terciary""

Posted: Fri Mar 02, 2018 8:27 am
by teemu
In the accumulator definition in entities.lua, starting from line 8342, we have the following:

Code: Select all

  {
    type = "accumulator",
    name = "accumulator",
    ...
    energy_source =
    {
      ...
      usage_priority = "terciary",
      ...
    },
    ...
  },
Seems like "terciary" should be "tertiary" here?

Re: [0.16.27] "usage_priority = "terciary""

Posted: Fri Mar 02, 2018 9:22 am
by posila
It should, it's planned for 0.17.0 for with other set of mod breaking changes.
Thanks for the report.

Re: [posila][for 0.17][0.16.27] "usage_priority = "terciary""

Posted: Fri Mar 02, 2018 9:24 am
by bobingabout
I've seen this mentioned before. but you're right, it's a typo and probably should be fixed.

Though I've still got lots of "alien-artifact" stuff in my mod back from when the game used that, it should be alien-artefact.

Re: [posila][for 0.17][0.16.27] "usage_priority = "terciary""

Posted: Fri Mar 02, 2018 6:05 pm
by Jap2.0
bobingabout wrote: Though I've still got lots of "alien-artifact" stuff in my mod back from when the game used that, it should be alien-artefact.
Are you sure? I thought that was just US/British English.

Re: [posila][for 0.17][0.16.27] "usage_priority = "terciary""

Posted: Sat Mar 03, 2018 3:47 pm
by MasterBuilder
bobingabout wrote:Though I've still got lots of "alien-artifact" stuff in my mod back from when the game used that, it should be alien-artefact.
"artifact" is the proper way to spell it :P "artefact" is the British way.

"terciary" though, is just plain wrong.

Re: [kovarex][for 0.17][0.16.27] "usage_priority = "terciary""

Posted: Thu Mar 22, 2018 3:26 pm
by kovarex
Thanks for the report, it is fixed for 0.17 now.