[0.15] count_formula cannot use divide
Posted: Tue Apr 25, 2017 5:48 pm
Tried using a (divide) symbol in the count_formula for an repeating research.
Throws an error upon loading the mod.
Using a instead of is accepted and works.
Not sure if fixing it is needed, but perhaps noting it in the technology file would be useful.
Code: Select all
/
Throws an error upon loading the mod.
Using a
Code: Select all
*0.1
Code: Select all
/10
Not sure if fixing it is needed, but perhaps noting it in the technology file would be useful.