diff --git a/1.1/Assemblies/ReviaRace.dll b/1.1/Assemblies/ReviaRace.dll
index 4bf2abf..ec8404e 100644
Binary files a/1.1/Assemblies/ReviaRace.dll and b/1.1/Assemblies/ReviaRace.dll differ
diff --git a/1.1/Defs/MiscItemDefs/Bloodstone.xml b/1.1/Defs/MiscItemDefs/Bloodstone.xml
index a736d0b..3100cf7 100644
--- a/1.1/Defs/MiscItemDefs/Bloodstone.xml
+++ b/1.1/Defs/MiscItemDefs/Bloodstone.xml
@@ -5,7 +5,7 @@
A blessing given by the Revian pantheon. Supposedly confers divine favour on the user.
ThingWithComps
- Archotech
+ Neolithic
Things/Item/Health/HealthItem
Graphic_Single
diff --git a/1.1/Defs/MiscItemDefs/Palestone.xml b/1.1/Defs/MiscItemDefs/Palestone.xml
index 0515f04..44e6c6f 100644
--- a/1.1/Defs/MiscItemDefs/Palestone.xml
+++ b/1.1/Defs/MiscItemDefs/Palestone.xml
@@ -5,7 +5,7 @@
A lesser blessing given by the Revian pantheon. Supposedly confers divine favour on the user.
ThingWithComps
- Archotech
+ Neolithic
Things/Item/Health/HealthItem
Graphic_Single
diff --git a/Source/Comps/InvokeBlessing.cs b/Source/Comps/InvokeBlessing.cs
index 1ebdff2..97d59f9 100644
--- a/Source/Comps/InvokeBlessing.cs
+++ b/Source/Comps/InvokeBlessing.cs
@@ -84,7 +84,7 @@ protected void DecrementOnUse(Pawn pawn, int cost)
protected bool ViabilityCheck(Pawn pawn)
{
var srComp = pawn.GetComp();
- Messages.Message($"{pawn.Name} offers some {parent.LabelNoCount}s to the bloody god.", pawn, MessageTypeDefOf.NeutralEvent, false);
+ Messages.Message($"{pawn.NameShortColored} offers some {parent.LabelNoCount}s to the bloody god.", pawn, MessageTypeDefOf.NeutralEvent, false);
var soulReapTier = srComp.GetSoulReapTier();
if (soulReapTier == -1)
diff --git a/Source/obj/Release/ReviaRace.dll b/Source/obj/Release/ReviaRace.dll
index 4bf2abf..ec8404e 100644
Binary files a/Source/obj/Release/ReviaRace.dll and b/Source/obj/Release/ReviaRace.dll differ
diff --git a/Source/obj/Release/ReviaRace.pdb b/Source/obj/Release/ReviaRace.pdb
index 1b99810..bd4ecec 100644
Binary files a/Source/obj/Release/ReviaRace.pdb and b/Source/obj/Release/ReviaRace.pdb differ