Skip to content

Commit

Permalink
fix prototypes being undervalued
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteTimesSix committed Jul 16, 2023
1 parent 0f2568d commit f83c4f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ private static void PostSpawn(Frame frame, Thing product, Pawn worker)
if(checkedProduct == product && checkedIsPrototype)
{
PrototypeUtilities.DoPrototypeBadComps(product, null);
PrototypeKeeper.Instance.MarkAsPrototype(product);
PrototypeUtilities.DoPostFinishThingResearch(worker, frame.WorkToBuild, product, null);
PrototypeKeeper.Instance.MarkAsPrototype(product); //now unmarked, so
PrototypeUtilities.DoPostFinishThingResearch(worker, frame.WorkToBuild * PrototypeUtilities.PROTOTYPE_WORK_MULTIPLIER, product, null);
}
}

Expand Down
Binary file modified ResearchReinvented/v1.4/Assemblies/ResearchReinvented.dll
Binary file not shown.

0 comments on commit f83c4f4

Please sign in to comment.