Change the text in the GC patch to be consistent with vanilla

This commit is contained in:
lutepickle 2023-04-23 09:36:42 -07:00
parent 2e2e2a120c
commit 411fd16fe9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ namespace RJW_Menstruation.Patch
{
if (!__result.NullOrEmpty()) return;
if (cummedPawns.Contains(pawn))
__result = "Has cum or fertilized egg in a womb";
__result = "EggFertOrCumInWomb";
}
}