Page 1 of 1

Species InterDesign Academy Research bugfix

Posted: Tue Jan 15, 2019 10:52 am
by Telos
The Species InterDesign Academy does not provide a noticeable research boost. I think the problem is that in line 94, its effect on research-focused planets is this:

Code: Select all

94            SetResearch value = Value + 5
This has the effect of quickly ramping up the research meter to its maximum value (like force-energy structures on steroids) but does not increase the planet's maximum or "target" value, so doesn't actually help exceed that cap. I would suggest that the effect should probably use SetTargetResearch rather than SetResearch:

Code: Select all

94            SetTargetResearch value = Value + 5

Re: Species InterDesign Academy Research bugfix

Posted: Tue Jan 15, 2019 12:11 pm
by Oberlus
Good catch!
If you use git/github, you could send a PR to fix it (anyway, I guess Ophiuchus will do it eventually).

Re: Species InterDesign Academy Research bugfix

Posted: Tue Jan 15, 2019 1:00 pm
by Geoff the Medio
Oberlus wrote: Tue Jan 15, 2019 12:11 pmIf you use git/github, you could send a PR to fix it
Or make an issue that identifies the problem.