Little formatting cleanups

This commit is contained in:
lutepickle 2024-06-06 21:53:27 -07:00
parent f1b9d77ef0
commit d07d08cc34
3 changed files with 1 additions and 2 deletions

Binary file not shown.

View file

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

View file

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