You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public void FinishProject(ResearchProjectDef proj, bool doCompletionDialog = false, Pawn researcher = null)
will display a Letter if discoveredLetterTitle is not empty.
this issue was reported to me by: Dalris Othaine. I'm leaving this report so that you are aware of the issue
The text was updated successfully, but these errors were encountered:
If a Mod adds a Discovered Letter then on each game load that letter will be shown again.
i believe this is caused by the following line: https://github.com/KiameV/rimworld-modifyresearchtime/blob/master/Source/WorldComp.cs#L85
where
FinishProject
is called for all already completed research.public void FinishProject(ResearchProjectDef proj, bool doCompletionDialog = false, Pawn researcher = null)
will display a Letter if
discoveredLetterTitle
is not empty.this issue was reported to me by: Dalris Othaine. I'm leaving this report so that you are aware of the issue
The text was updated successfully, but these errors were encountered: