Compare commits

...

2 commits

Author SHA1 Message Date
Hikaro
abb7f7af73 Merge branch 'dev' into 'dev'
Ukrainian localization

See merge request lutepickle/rjw_menstruation!8
2024-06-11 08:00:15 +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 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;
} }
} }