DjWarmonger %!s(int64=15) %!d(string=hai) anos
pai
achega
3af3785c00
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hch/CObjectHandler.cpp

+ 1 - 1
hch/CObjectHandler.cpp

@@ -1248,7 +1248,7 @@ void CGDwelling::initObj()
 			creatures[0].second.push_back(crid);
 			hoverName = VLC->generaltexth->creGens[subID];
 			if(crs->level > 4)
-				addStack(0, CStackInstance(crs, (8 - crs->level) * 3));
+				addStack(0, CStackInstance(crs, (crs->growth) * 3));
 			if (getOwner() != 255)
 				cb->gameState()->players[getOwner()].dwellings.push_back (this);
 		}