diff --git a/game/modules/tome/data/gfx/talents/self_harm.png b/game/modules/tome/data/gfx/talents/self_sacrifice.png
similarity index 100%
rename from game/modules/tome/data/gfx/talents/self_harm.png
rename to game/modules/tome/data/gfx/talents/self_sacrifice.png
diff --git a/game/modules/tome/data/talents/cursed/self-hatred.lua b/game/modules/tome/data/talents/cursed/self-hatred.lua
index c08e95ba4b6c2fa7f001db1d4a01c9de97476582..fe5c367ecda2377473ee00dd9c1f2d229756ffa8 100644
--- a/game/modules/tome/data/talents/cursed/self-hatred.lua
+++ b/game/modules/tome/data/talents/cursed/self-hatred.lua
@@ -18,7 +18,7 @@
 -- darkgod@te4.org
 
 newTalent{
-	name = "Self-Harm", short_name = "SELF_HARM",
+	name = "Self-Sacrifice", short_name = "SELF_SACRIFICE",
 	type = {"cursed/self-hatred", 1},
 	require = cursed_wil_req1,
 	points = 5,
@@ -58,9 +58,7 @@ newTalent{
 		local regen = t.getHate(self, t)
 		return ([[At the start of each turn, if you're bleeding, you gain %d hate.
 
-You can activate this talent to quickly draw a blade across your skin, bleeding yourself for a small portion of your maximum life (%0.2f damage) over the next 5 turns. This bleed cannot be resisted or removed, but can be reduced by Bloodstained.
-
-#{italic}#Pain is just about the only thing you can still feel.#{normal}#]]):tformat(regen, damage)
+You can activate this talent to use your own life for power, bleeding yourself for a small portion of your maximum life (%0.2f damage) over the next 5 turns. This bleed cannot be resisted or removed, but can be reduced by Bloodstained.]]):tformat(regen, damage)
 	end,
 }
 
@@ -202,6 +200,6 @@ newTalent{
 		local failThreshold = t.getSpillThreshold(self, t)
 		return ([[Any direct damage that exceeds %d%% of your maximum life has the excess damage converted to a shallow wound that bleeds over the next %d turns. This bleed cannot be resisted or removed, but can be reduced by Bloodstained. Extremely powerful hits (more than %d%% of your max life) are not fully converted.
 
-#{italic}#You can't just die. That would be too easy. You deserve to die slowly.#{normal}#]]):tformat(threshold, time, failThreshold)
+#{italic}#You can't just die. That would be too easy.#{normal}#]]):tformat(threshold, time, failThreshold)
 	end,
 }