Awarded correct amount of research to units.

(Fix for bug #17406, patch by kernigh.)
This commit is contained in:
Guillaume Melquiond 2010-12-29 08:03:05 +00:00
parent 0188250ece
commit 69121b6010

View file

@ -28,7 +28,7 @@
{VARIABLE_OP temp_y value "$researchers[$i].y"}
{VARIABLE_OP credited_side value $researchers[$i].side}
{VARIABLE_OP amount value $researchers.level}
{VARIABLE_OP amount value $researchers[i].level}
{ADDING_TO_CURRENT_RESEARCH_FIELD $credited_side| $amount}
{VARIABLE sound yes}