[0.12.33] Technology Description locale text with upgrades
Posted: Mon May 09, 2016 12:56 am
I honestly don't know if this is intended behavior or a bug. I figured I'd report it and find out one way or the other.
When setting a locale text for a technology, that text is automatically applied to all upgrade techs too.
So for example, my locale/en/foo.cfg has:
However, both tech 'foo' and 'foo-2' show the technology description for 'foo'. This is the case regardless of whether 'upgrade = true' is set in the prototype definition.
What I would expect is that when 'upgrade = false' in a technology, foo-2 technology description would apply.
When setting a locale text for a technology, that text is automatically applied to all upgrade techs too.
So for example, my locale/en/foo.cfg has:
Code: Select all
[technology-description]
foo=This is an example tech!
foo-2=This is an upgrade of foo!
What I would expect is that when 'upgrade = false' in a technology, foo-2 technology description would apply.