Awarded correct amount of research to units.
(Fix for bug #17406, patch by kernigh.)
This commit is contained in:
parent
0188250ece
commit
69121b6010
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue