Compare commits

..

2 commits

Author SHA1 Message Date
Akiyami Solo
42843a140d 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-06-11 03:10:56 +00:00
lutepickle
d07d08cc34 Little formatting cleanups 2024-06-10 09:31:15 -07:00
3 changed files with 1 additions and 2 deletions

Binary file not shown.

View file

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

View file

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