* fix static resource production on unit morph

This commit is contained in:
James McCulloch 2010-09-25 02:23:47 +00:00
parent 635bf616de
commit 9d8bb49a1b
1 changed files with 1 additions and 0 deletions

View File

@ -1299,6 +1299,7 @@ bool Unit::morph(const MorphCommandType *mct){
computeTotalUpgrade();
map->putUnitCells(this, pos);
faction->applyDiscount(morphUnitType, mct->getDiscount());
faction->applyStaticProduction(morphUnitType);
return true;
}
else{