Remove unnecessary assignment in pregenerated babies

This commit is contained in:
lutepickle 2024-05-05 19:07:55 -07:00
parent a0a62ec52b
commit 153f594c93
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ namespace RJW_Menstruation
pushingcomp.babies = this.babies;
pushingcomp.enzygoticSiblings = this.enzygoticSiblings;
break;
case Hediff_LaborPushing hediff_LaborPushing:
case Hediff_LaborPushing _:
// Nothing to do, the laborpushing transpiler will pick it up
break;
}