Compare commits

..

1 commit

Author SHA1 Message Date
Akiyami Solo
9a3826994c Merge branch 'dev' into 'dev'
Breast fullness is not displayed and the "milk yourself" action is not invoked on a pawn when the rjw-mc-biotech mod is present

See merge request lutepickle/rjw_menstruation!6
2024-05-30 09:35:47 +00:00
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View file

@ -1,4 +1,6 @@
using AlienRace;
using System.Collections.Generic;
using UnityEngine;
using Verse;
namespace RJW_Menstruation

View file

@ -558,7 +558,6 @@ namespace RJW_Menstruation
}
catch
{
Log.WarningOnce($"Error when fetching BloodDef of {Pawn}", Pawn.thingIDNumber + 657493519);
return Colors.blood;
}
}