Quote:
Originally Posted by zzcat
An intresting bug: Rat tail actcally BOOST enemy's moral instead of reduce it. In attached turn file, The Adon's moral is raised to 74(!) when he get whiped
BTW: I found "The field of hippocampoi" in a mountain province but when I send a water mage to enter site nothing is summoned. Considering hippocampus is underwater only, perhaps the site get a wrong sitemask.
|
Interesting bug. The problem isn't so much the Rat Tail itself. From looking at the debug output, you can see that a shield hit occurs, and the resulting 40 protection is subtracted from the Greater Fear damage. A check for negative Greater Fear damage is not made prior to modifying morale.
Code:
Trying to strike agains Awe 1 (mor 23)
2341 striking with weapon Rat Tail. att25 def28
shieldprot for Adon = 40
hitloc Jotun Werewolf strikes Adon wl5 diff-3 -> 3
hitunit 2341 2402 dmg-31 spec0 ba3
shieldprot for Adon = 40
hitloc Jotun Werewolf strikes Adon wl0 diff1 -> 2
hitunit 2341 2402 dmg-30 spec128 ba2
2341 striking with weapon Greater Fear. att22 def24
shieldprot for Adon = 40
hitloc Jotun Werewolf strikes Adon wl0 diff1 -> 2
hitunit 2341 2402 dmg-30 spec128 ba2