forked from mirrors/0ad
03349d7d0c
- Added the ability to specify modifiers as percentages, by typing for example "<value>10%</value>". - Changed the way required techs work so you need any of them rather than all (which is how Andrew originally had it, I think, except I changed it to all because techs with 0 prereqs counted as unresearchable and I thought there was a logic error). - Techs will now correctly declare themselves unavailable if a pair tech is in progress of being researched. This was SVN commit r4162.