infinite technology research is never researched.

Bugs that are actually features.
Post Reply
mophydeen
Filter Inserter
Filter Inserter
Posts: 529
Joined: Sun Nov 22, 2015 5:02 pm
Contact:

infinite technology research is never researched.

Post by mophydeen »

Code: Select all

f.technologies["worker-robots-speed-6"].researched

stays false even if level is higher than 6.

eg.
f.technologies["worker-robots-speed-6"].level = 9
f.technologies["worker-robots-speed-6"].researched = false



btw: level is 6 even if research is still at "worker-robots-speed-2"

Rseding91
Factorio Staff
Factorio Staff
Posts: 13246
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: infinite technology research is never researched.

Post by Rseding91 »

That's by design. You need to check "level" for infinite style technologies to see to what level it has been researched.
If you want to get ahold of me I'm almost always on Discord.

mophydeen
Filter Inserter
Filter Inserter
Posts: 529
Joined: Sun Nov 22, 2015 5:02 pm
Contact:

Re: infinite technology research is never researched.

Post by mophydeen »

Rseding91 wrote:That's by design. You need to check "level" for infinite style technologies to see to what level it has been researched.

but level is always 6 even when research is at 2

Post Reply

Return to “Not a bug”