mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Little refactor in GetCumsInfo
This commit is contained in:
parent
ff22e534d1
commit
f40a5f2246
1 changed files with 1 additions and 4 deletions
|
@ -372,10 +372,7 @@ namespace RJW_Menstruation
|
|||
{
|
||||
if (cums.NullOrEmpty()) yield return Translations.Info_noCum;
|
||||
else foreach (Cum cum in cums)
|
||||
{
|
||||
if (!cum.notcum) yield return string.Format("{0}: {1:0.##}ml", cum.pawn?.Label, cum.Volume);
|
||||
else yield return string.Format("{0}: {1:0.##}ml", cum.notcumLabel, cum.Volume);
|
||||
}
|
||||
yield return string.Format("{0}: {1:0.##}ml", cum.notcum ? cum.notcumLabel : cum.pawn?.Label, cum.Volume);
|
||||
}
|
||||
}
|
||||
public Color GetCumMixtureColor
|
||||
|
|
Loading…
Reference in a new issue