I'm not certain if it's actually affecting anything, but I noticed that every time a prayer is completed at the shrine of armok (and maybe other temples as well), DFHack is spitting out an error:
stack traceback:
E:\games\DF\Dwarf Fortress\hack\scripts/pantheon.lua:1413: in function <E:\games\DF\Dwarf Fortress\hack\scripts/pantheon.lua:1413>
E:\games\DF\Dwarf Fortress\hack\scripts/pantheon.lua:1413: attempt to perform arithmetic on field 'strength' (a nil value)
The specified line appears to be this one:
"if math.random(100) < god.strength/100 then -- this needs adjustment"
in the function
eventful.onItemCreated.bla=function(i_id)
edit: That's interesting. I came back to the game later (i.e., saved, quit, and reloaded), and it's no longer happening. Not sure what to make of that.
edit2: And it's doing it again, but I'm actually not sure now that it's connected to the prayers at all. Odd.