Compare commits

..

1 commit

Author SHA1 Message Date
ADHD_Coder
f1d950f434 Merge branch 'forceTwinDrug' into 'dev'
Add drug forcing enzygotic twin creation

See merge request lutepickle/rjw_menstruation!9
2024-06-10 02:28:36 +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;
}
}