Code: Select all
Index: game/modules/tome/class/Actor.lua
===================================================================
--- game/modules/tome/class/Actor.lua (revision 3950)
+++ game/modules/tome/class/Actor.lua (working copy)
@@ -2312,7 +2312,7 @@
trigger = true; self:incNegative(-ab.negative * (100 + self:combatFatigue()) / 100)
end
if ab.hate then
- trigger = true; self:incHate(-ab.hate * (100 + self:combatFatigue()) / 100)
+ trigger = true; self:incHate(-ab.hate)
end
-- Equilibrium is not affected by fatigue
if ab.equilibrium then