mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Minor Comments and Refactoring - Letter for Mytosis Birth
This commit is contained in:
parent
8139991123
commit
63564a2761
9 changed files with 31 additions and 31 deletions
|
@ -131,8 +131,6 @@ namespace RJW_Genes
|
|||
copy.equipment.DestroyAllEquipment();
|
||||
copy.apparel.DestroyAll();
|
||||
|
||||
//TODO: Make a letter on birth!
|
||||
|
||||
|
||||
PawnUtility.TrySpawnHatchedOrBornPawn(copy, toMultiply);
|
||||
// Move the copy in front of the origin, rather than on top
|
||||
|
@ -151,6 +149,9 @@ namespace RJW_Genes
|
|||
copy.story = CopyStoryTracker(copy, toMultiply.story);
|
||||
|
||||
|
||||
Find.LetterStack.ReceiveLetter("Orgasmic Mytosis", $"{toMultiply.NameShortColored} performed mytosis on orgasm! The pawn and its clone entered a regenerative state.",
|
||||
RimWorld.LetterDefOf.NeutralEvent, copy);
|
||||
|
||||
return copy;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue